Skip to content

Commit 5a3b418

Browse files
committed
Added yolo since np is actiong weird on release :p
1 parent 9f55fb4 commit 5a3b418

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
@@ -10,7 +10,7 @@
1010
"start": "npm run dev",
1111
"dev": "npm run preact:dev",
1212
"build": "npx run-s preact:build legacy:build privacy:build",
13-
"release": "npx np --no-publish",
13+
"release": "npx np --no-publish --yolo",
1414
"serve": "echo \"NOTE: This is meant for testing build output, not a development server...\" && sleep 2 && npm run preact:serve",
1515
"precommit": "pretty-quick --staged --pattern \"!legacy/**/*\"",
1616
"prettier:fix": "npx prettier --write '**/*.js' '**/*.scss' '**/*.css' '**/*.json' '!www/**/*' '!legacy/**/*' '!platforms/**/*' '!build/**/*' '!plugins/**/*'",

0 commit comments

Comments
 (0)