nieyuge hace 2 años
padre
commit
0bcbd9e491
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -13,6 +13,11 @@ npm run dev
 2. npm run test
 3. pm2 start npm -- run test (保活)
 
+### 预发布
+1. npm run build-pre
+2. npm run pre
+3. pm2 start npm -- run pre (保活)
+
 ### 线上
 1. npm run build
 2. npm run serve