Skip to content

Commit

Permalink
Fixed docma-config path for build
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Apr 18, 2019
1 parent 735d62d commit fa5ec02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"xml2js": "0.4.17"
},
"scripts": {
"doc": "docma -c docma-config.json --dest web/docs",
"doc": "docma -c build/docma-config.json --dest web/docs",
"cleandoc": "rimraf web/docs && rimraf web/client/mapstore/docs",
"doctest": "docma -c build/docma-config.json --dest web/client/mapstore/docs && echo documentation is accessible from the mapstore/docs path when running npm start",
"i18n": "node utility/translations/findMissingTranslations.js",
Expand Down

0 comments on commit fa5ec02

Please sign in to comment.