Soleilw 8 mesi fa
parent
commit
c6a80c26fd
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1
    1
      p.sh
  2. 1
    1
      package.json

+ 1
- 1
p.sh Vedi File

npm run build:development
npm run build:dev
msg=$1 msg=$1
ciskip="[CI SKIP]" ciskip="[CI SKIP]"



+ 1
- 1
package.json Vedi File

"author": "Soleilw <a617759082@126.com>", "author": "Soleilw <a617759082@126.com>",
"scripts": { "scripts": {
"build": "cross-env BUILD_ENV=production max build", "build": "cross-env BUILD_ENV=production max build",
"build:development": "cross-env BUILD_ENV=development max build",
"build:dev": "cross-env BUILD_ENV=dev max build",
"dev": "cross-env BUILD_ENV=development max dev", "dev": "cross-env BUILD_ENV=development max dev",
"format": "prettier --cache --write .", "format": "prettier --cache --write .",
"postinstall": "max setup", "postinstall": "max setup",

Loading…
Annulla
Salva