mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
npm: prepack: don't provide secret
config.cli.js will generate secret.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"check-source-formatting": "node scripts/prettier.js check",
|
||||
"check-types": "tsc",
|
||||
"lint": "NODE_ENV=development eslint --max-warnings 0 . --ext .js --ext .jsx --ext .ts --ext .tsx",
|
||||
"prepack": "git clean -ffdx server shared dist && cp config.cli.js config.js && npm run build -- --secret=`uuidgen`",
|
||||
"prepack": "git clean -ffdx server shared dist && cp config.cli.js config.js && npm run build",
|
||||
"start": "node --use_strict server/bin/start.js",
|
||||
"start:development": "UPDATED_SCRIPT=start:development:server npm run deprecated-warning && npm run start:development:server",
|
||||
"start:development:client": "node client/scripts/start.js",
|
||||
|
||||
Reference in New Issue
Block a user