Commit 6de3c837 authored by 周健威's avatar 周健威

Update package.json

parent d4d17014
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"build:test": "cross-env MODE=test nuxt build", "build:test": "cross-env MODE=test nuxt build",
"build:pro": "cross-env MODE=pro nuxt build", "build:pro": "cross-env MODE=pro nuxt build",
"start": "cross-env MODE=dev nuxt start", "start": "cross-env MODE=dev nuxt start",
"start:test": "cross-env MODE=test nuxt build && cross-env NODE_ENV=production MODE=test pm2 start server/index.js --hostname 10.5.52.3 --port 3000 --node-args='--harmony' --name 'xxcom-pc'", "start:test": "cross-env MODE=test nuxt start --hostname 10.5.52.3 --port 3000 --name 'xxcom-pc'",
"start:pro": "cross-env MODE=pro nuxt start --hostname 10.5.52.2 --port 3000 --name 'xxcom-pc'", "start:pro": "cross-env MODE=pro nuxt start --hostname 10.5.52.2 --port 3000 --name 'xxcom-pc'",
"generate": "cross-env MODE=dev nuxt generate", "generate": "cross-env MODE=dev nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment