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 9b904b9 commit f6e1170Copy full SHA for f6e1170
package.json
@@ -18,7 +18,7 @@
18
"clean": "rm -rf node_modules package-lock.json {elements,themes}/*/{node_modules,package-lock.json}",
19
"bootstrap": "lerna bootstrap --hoist",
20
"deploy-docs": "bash scripts/deploy-docs.sh",
21
- "pub": "bash scripts/pub.sh",
+ "release": "bash scripts/pub.sh",
22
"postinstall": "npm run bootstrap && npm run build",
23
"test-suite-inject": "node scripts/test-suite-inject.js",
24
"doc-listing-inject": "node scripts/doc-listing-inject.js",
0 commit comments