Преглед изворни кода

更新 'package.json'

修改发布问题
wangyong пре 5 година
родитељ
комит
7811cf3686
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -9,7 +9,7 @@
     "build": "nuxt build",
     "start": "cross-env NODE_ENV=production node server/index.js",
     "generate": "nuxt generate",
-    "pm2": "pm2 restart npm"
+    "pm2": "git pull && yarn build && pm2 restart npm"
   },
   "dependencies": {
     "@nuxtjs/axios": "^5.0.0",