Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Jul 31, 2024
1 parent 0eda0dc commit fcbeffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy docs

on:
push:
paths: ['src/**', 'test/**', 'tsconfig.json', '.github/workflows/docs.yml']
paths: ['src/**', 'test/**', 'tsconfig.json', '.github/workflows/docs.yml', 'bun.lockb']
branches:
- main
release:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bunx --bun test run
- run: bun run test run
- run: bun package
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit fcbeffe

Please sign in to comment.