Browse Source

deploy

master
Soleilw 8 months ago
parent
commit
562de8df5d
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      p.sh
  2. 1
    1
      package.json

+ 1
- 1
p.sh View File

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



+ 1
- 1
package.json View File

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

Loading…
Cancel
Save