Commit acef5b64 authored by lixy's avatar lixy
parents 43644206 460b90a7
......@@ -10,9 +10,11 @@
"build:test": "cross-env MODE=test nuxt build",
"start": "nuxt build && cross-env NODE_ENV=production pm2 start server/index.js --node-args='--harmony' --name 'nuxt-elm'",
"start:test": "cross-env MODE=test nuxt build && cross-env NODE_ENV=production MODE=test pm2 start server/index.js --node-args='--harmony' --name 'xxcom-mobild'",
"start:pro": "cross-env MODE=pro nuxt build && cross-env NODE_ENV=production MODE=pro pm2 start server/index.js --node-args='--harmony' --name 'xxcom-mobild'",
"stop": "pm2 stop server/index.js --name 'nuxt-elm'",
"restart": "nuxt build && cross-env NODE_ENV=production pm2 restart server/index.js --node-args='--harmony' --name 'nuxt-elm'",
"restart:test": "cross-env MODE=test nuxt build && cross-env MODE=test NODE_ENV=production pm2 restart server/index.js --node-args='--harmony' --name 'xxcom-mobild'",
"restart:pro": "cross-env MODE=pro nuxt build && cross-env MODE=pro NODE_ENV=production pm2 restart server/index.js --node-args='--harmony' --name 'xxcom-mobild'",
"delete": "pm2 delete nuxt-elm",
"lint": "eslint --cache --fix --ext .js,.vue --ignore-path .gitignore .",
"generate": "nuxt generate",
......
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