Explorar el Código

package.json文件临时修改

dev-version-manage
kim131 hace 4 años
padre
commit
0cdcc97d42
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      package.json

+ 1
- 1
package.json Ver fichero

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "SET PORT=8081 & vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"pub:dev": "npm run build && git add -f ./dist && git commit -m 'build' && git push && git subtree push --prefix=dist origin dev-build",


Cargando…
Cancelar
Guardar