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 9bb971a commit 31e06daCopy full SHA for 31e06da
package.json
@@ -24,7 +24,8 @@
24
"test:downstream": "npm run build && test_downstream_projects --workspace",
25
"watch": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
26
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
27
- "docs": "generate_docs && publish_docs",
+ "docs": "generate_docs",
28
+ "docs:publish": "generate_docs && publish_docs",
29
"release": "release --deps @uirouter/core && node ./scripts/bower_release.js",
30
"prepublishOnly": "npm run build",
31
"artifacts": "artifact_tagging",
0 commit comments