Commit 7643aaba by yangmengmeng

修改启动命令

parent d6562aee
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"zhyf": "cross-env NODE_ENV=zhyf STATIC_URL=http://static.lims.com nuxt build", "zhyf": "cross-env NODE_ENV=zhyf STATIC_URL=http://static.lims.com nuxt build",
"dockertest": "cross-env NODE_ENV=dockertest STATIC_URL=http://static.docker.com:9000 nuxt build", "dockertest": "cross-env NODE_ENV=dockertest STATIC_URL=http://static.docker.com:9000 nuxt build",
"pertest": "cross-env NODE_ENV=pertest nuxt build", "pertest": "cross-env NODE_ENV=pertest nuxt build",
"test": "cross-env NODE_ENV=test nuxt build",
"generate": "nuxt generate", "generate": "nuxt generate",
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .", "lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint" "precommit": "npm run lint"
......
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