Skip to content

Commit eb3904b

Browse files
committed
chore(package): Make task for doc development open docs in browser
1 parent 039a921 commit eb3904b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:standalone": "webpack && webpack -p --output-filename contentful.min.js",
1717
"docs:build": "jsdoc -r -c jsdoc.json dist",
1818
"docs:dev": "npm run build && npm run docs:build",
19-
"docs:watch": "watchy -w lib,jsdoc-template npm run docs:dev",
19+
"docs:watch": "opener out/contentful/index.html & watchy -w lib,jsdoc-template npm run docs:dev",
2020
"docs:publish": "npm run docs:build && ./bin/publish-docs.sh",
2121
"test:ci": "npm run test:cover && npm run test:integration && if [ `echo $TRAVIS_NODE_VERSION|cut -c 1` == \"5\" ] ; then npm run test:browser-remote; fi",
2222
"test:cover": "BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner",

0 commit comments

Comments
 (0)