Skip to content

Commit f6e1170

Browse files
committed
rename pub script to release
1 parent 9b904b9 commit f6e1170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "rm -rf node_modules package-lock.json {elements,themes}/*/{node_modules,package-lock.json}",
1919
"bootstrap": "lerna bootstrap --hoist",
2020
"deploy-docs": "bash scripts/deploy-docs.sh",
21-
"pub": "bash scripts/pub.sh",
21+
"release": "bash scripts/pub.sh",
2222
"postinstall": "npm run bootstrap && npm run build",
2323
"test-suite-inject": "node scripts/test-suite-inject.js",
2424
"doc-listing-inject": "node scripts/doc-listing-inject.js",

0 commit comments

Comments
 (0)