Skip to content

Commit

Permalink
chore: patch package.json to use npm version over workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ozhanefemeral committed Jul 25, 2024
1 parent 03fd6b5 commit 76eee82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ jobs:
- name: Clear bun cache
run: bun pm cache clean

- name: Patch package.json
run: |
sed -i 's/"@ozhanefe\/ts-codegenerator": "workspace:*"/"@ozhanefe\/ts-codegenerator": "1.8.0"/' package.json
- name: Install dependencies
run: bun install --no-workspace
run: bun install

- name: Lint
run: bun run lint
Expand Down

0 comments on commit 76eee82

Please sign in to comment.