Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Letsmoe committed Nov 17, 2023
1 parent 097b45e commit d75ad03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun install
- run: bun test

publish:
Expand All @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun install
# Publish to NPM
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit d75ad03

Please sign in to comment.