chore: rename script

This commit is contained in:
GyDi 2022-01-08 01:56:28 +08:00
parent b6543bd87f
commit 18c48db7f7
3 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
src-tauri/WixTools/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: install app dependencies and build it
run: yarn && yarn run predev
run: yarn && yarn run check
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -8,7 +8,7 @@
"web:dev": "vite",
"web:build": "tsc && vite build",
"web:serve": "vite preview",
"predev": "node scripts/pre-dev.mjs",
"check": "node scripts/check.mjs",
"publish": "node scripts/publish.mjs",
"prepare": "husky install"
},