We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2266a33 commit a8eb559Copy full SHA for a8eb559
publish-docs.sh renamed to bin/publish-docs.sh
package.json
@@ -16,7 +16,7 @@
16
"docs:build": "jsdoc -r -c jsdoc.json dist",
17
"docs:dev": "npm run build && npm run docs:build",
18
"docs:watch": "watchy -w lib,jsdoc-template npm run docs:dev",
19
- "docs:publish": "npm run docs:build && ./publish-docs.sh",
+ "docs:publish": "npm run docs:build && ./bin/publish-docs.sh",
20
"test:ci": "npm run test:cover && npm run test:integration && if [ \"$TRAVIS_NODE_VERSION\" = \"5.0\" ] ; then npm run test:browser-remote; fi",
21
"test:cover": "BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner",
22
"test:only": "BABEL_ENV=test babel-node ./test/runner",
0 commit comments