Skip to content

Commit

Permalink
chore: 🐳 fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocyss committed Jul 18, 2024
1 parent 4dd09ee commit b604614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: echo "version=$VITE_VERSION,mode=$VITE_RELEASE_MODE"

- name: Build
run: pnpm run build
run: pnpm run build:noTsc

- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:noTsc": "vite build",
"preview": "vite preview",
"test": "vue-tsc --noEmit && vite build && vite preview --open",
"check": "vue-tsc --noEmit"
Expand Down

0 comments on commit b604614

Please sign in to comment.