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 9f55fb4 commit 5a3b418Copy full SHA for 5a3b418
package.json
@@ -10,7 +10,7 @@
10
"start": "npm run dev",
11
"dev": "npm run preact:dev",
12
"build": "npx run-s preact:build legacy:build privacy:build",
13
- "release": "npx np --no-publish",
+ "release": "npx np --no-publish --yolo",
14
"serve": "echo \"NOTE: This is meant for testing build output, not a development server...\" && sleep 2 && npm run preact:serve",
15
"precommit": "pretty-quick --staged --pattern \"!legacy/**/*\"",
16
"prettier:fix": "npx prettier --write '**/*.js' '**/*.scss' '**/*.css' '**/*.json' '!www/**/*' '!legacy/**/*' '!platforms/**/*' '!build/**/*' '!plugins/**/*'",
0 commit comments