Skip to content

Commit

Permalink
added prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
rinrub committed Aug 26, 2024
1 parent c417603 commit c3d5a50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"test:ui": "vitest --ui",
"test:preview": "vite preview --outDir html",
"dev": "vite",
"build:lib": "vite build"
"build:lib": "vite build",
"prepare": "npm run build:lib"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit c3d5a50

Please sign in to comment.