Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 31e06da

Browse files
chore(docs): update package.json docs scripts
1 parent 9bb971a commit 31e06da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"test:downstream": "npm run build && test_downstream_projects --workspace",
2525
"watch": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
2626
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
27-
"docs": "generate_docs && publish_docs",
27+
"docs": "generate_docs",
28+
"docs:publish": "generate_docs && publish_docs",
2829
"release": "release --deps @uirouter/core && node ./scripts/bower_release.js",
2930
"prepublishOnly": "npm run build",
3031
"artifacts": "artifact_tagging",

0 commit comments

Comments
 (0)