Skip to content

Commit 7b42d0e

Browse files
chore(docs): update package.json docs scripts
1 parent c60f8bd commit 7b42d0e

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
@@ -14,7 +14,8 @@
1414
"test:downstream": "npm run build && test_downstream_projects --workspace",
1515
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
1616
"package": "npm run build",
17-
"docs": "generate_docs && publish_docs",
17+
"docs": "generate_docs",
18+
"docs:publish": "generate_docs && publish_docs",
1819
"prepublishOnly": "npm run build",
1920
"changelog": "update_changelog --include-core",
2021
"artifacts": "artifact_tagging",

0 commit comments

Comments
 (0)