瀏覽代碼

deploy

master
Soleilw 1 年之前
父節點
當前提交
562de8df5d
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      p.sh
  2. 1
    1
      package.json

+ 1
- 1
p.sh 查看文件

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



+ 1
- 1
package.json 查看文件

"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…
取消
儲存