We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88898df commit 8141298Copy full SHA for 8141298
package.json
@@ -24,7 +24,8 @@
24
"dev:legacy": "webpack-dev-server --inline",
25
"run:chrome": "cross-env DEBUG=true npm run build:chrome:fast && mkdir -p ./profiles/chrome && node tools/run-chrome.js",
26
"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"
+ "watch": "rollup -c -w",
28
+ "release": "node tools/release.js"
29
},
30
"repository": {
31
"type": "git",
0 commit comments