Ver código fonte

deploy

master
Soleilw 8 meses atrás
pai
commit
98bd232444
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1
    1
      p.sh
  2. 1
    1
      package.json

+ 1
- 1
p.sh Ver arquivo

@@ -1,4 +1,4 @@
npm run build:dev
npm run build:test
msg=$1
ciskip="[CI SKIP]"


+ 1
- 1
package.json Ver arquivo

@@ -3,7 +3,7 @@
"author": "Soleilw <a617759082@126.com>",
"scripts": {
"build": "max build",
"build:dev": "max build",
"build:test": "max build",
"dev": "max dev",
"format": "prettier --cache --write .",
"postinstall": "max setup",

Carregando…
Cancelar
Salvar