fix: enable production mode
This commit is contained in:
parent
9c55934886
commit
7d7867f4b9
@ -6,7 +6,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "npm run docs && HOST=0.0.0.0 nuxt & node -r esm ./one/build/watch.js",
|
||||
"build": "npm run docs && nuxt build",
|
||||
"build": "NODE_ENV=production npm run docs && nuxt build",
|
||||
"docs": "node -r esm ./one/build/generate.js",
|
||||
"start": "nuxt start",
|
||||
"generate": "npm run docs && nuxt generate",
|
||||
|
Loading…
Reference in New Issue
Block a user