mirror of https://github.com/fantasticit/think.git
client: disable telemetry when building
This commit is contained in:
parent
5fa1cc3e37
commit
bdfdef3cd3
|
@ -3,7 +3,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "rimraf .next",
|
"prebuild": "rimraf .next",
|
||||||
"build": "next build && node copy-diagram-resources.js",
|
"build": "npx next telemetry disable && next build && node copy-diagram-resources.js",
|
||||||
"dev": "node dev-server.js",
|
"dev": "node dev-server.js",
|
||||||
"start": "cross-env NODE_ENV=production node prod-server.js",
|
"start": "cross-env NODE_ENV=production node prod-server.js",
|
||||||
"pm2": "pm2 start npm --name @think/client -- start"
|
"pm2": "pm2 start npm --name @think/client -- start"
|
||||||
|
|
Loading…
Reference in New Issue