Skip to content

Commit a8eb559

Browse files
committed
docs: Move the docs publishing script
1 parent 2266a33 commit a8eb559

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"docs:build": "jsdoc -r -c jsdoc.json dist",
1717
"docs:dev": "npm run build && npm run docs:build",
1818
"docs:watch": "watchy -w lib,jsdoc-template npm run docs:dev",
19-
"docs:publish": "npm run docs:build && ./publish-docs.sh",
19+
"docs:publish": "npm run docs:build && ./bin/publish-docs.sh",
2020
"test:ci": "npm run test:cover && npm run test:integration && if [ \"$TRAVIS_NODE_VERSION\" = \"5.0\" ] ; then npm run test:browser-remote; fi",
2121
"test:cover": "BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner",
2222
"test:only": "BABEL_ENV=test babel-node ./test/runner",

0 commit comments

Comments
 (0)