Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Internal: docs use src, not lib (more easy when playing with docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Mar 5, 2016
1 parent 3e99028 commit 291e2c2
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 @@ -166,7 +166,7 @@
"docs-links": "lnfs ./node_modules/react docs/node_modules/react && lnfs ./node_modules/react-helmet docs/node_modules/react-helmet && lnfs ./node_modules/webpack docs/node_modules/webpack",
"predocs": "rimraf docs/node_modules/statinamic",
"docs": "cd docs && npm prune && cd .. && npm run docs-links && cd docs && npm install",
"postdocs": "lnfs ./lib docs/node_modules/statinamic/lib && lnfs ./package.json docs/node_modules/statinamic/package.json && cd docs && npm test",
"postdocs": "lnfs ./src docs/node_modules/statinamic/lib && lnfs ./package.json docs/node_modules/statinamic/package.json && cd docs && npm test",
"#test": "'docs' is run after tests just to be sure (and on CI because result is deployed on gh-pages)",
"pretest": "npm run lint",
"test": "npm run tests && npm run test-boilerplate",
Expand Down

0 comments on commit 291e2c2

Please sign in to comment.