Skip to content

Commit 8141298

Browse files
Add release npm script
1 parent 88898df commit 8141298

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
"dev:legacy": "webpack-dev-server --inline",
2525
"run:chrome": "cross-env DEBUG=true npm run build:chrome:fast && mkdir -p ./profiles/chrome && node tools/run-chrome.js",
2626
"run:firefox": "cross-env DEBUG=true npm run build:firefox && mkdir -p ./profiles/firefox && web-ext run --source-dir ./dist/firefox/ --start-url https://preactjs.com --firefox-profile=./profiles/firefox --keep-profile-changes",
27-
"watch": "rollup -c -w"
27+
"watch": "rollup -c -w",
28+
"release": "node tools/release.js"
2829
},
2930
"repository": {
3031
"type": "git",

0 commit comments

Comments
 (0)