Skip to content

Commit

Permalink
github action for auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
theetherGit committed Aug 28, 2023
1 parent c9c4e87 commit e9800ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: pnpm-install
with:
version: 8.6.1
- run: pnpm install
- run: pnpm install --no-frozen-lockfile
- run: pnpm build
#- run: pnpm test
- uses: JS-DevTools/npm-publish@v2
Expand Down

0 comments on commit e9800ad

Please sign in to comment.