You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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",
20
20
"docs:publish": "npm run docs:build && ./bin/publish-docs.sh",
21
21
"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",
0 commit comments