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 c60f8bd commit 7b42d0eCopy full SHA for 7b42d0e
package.json
@@ -14,7 +14,8 @@
14
"test:downstream": "npm run build && test_downstream_projects --workspace",
15
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
16
"package": "npm run build",
17
- "docs": "generate_docs && publish_docs",
+ "docs": "generate_docs",
18
+ "docs:publish": "generate_docs && publish_docs",
19
"prepublishOnly": "npm run build",
20
"changelog": "update_changelog --include-core",
21
"artifacts": "artifact_tagging",
0 commit comments