Skip to content

Commit

Permalink
Remove esbuild from devDeps but keep testing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fritx committed Jan 3, 2024
1 parent 16334ea commit 23372a0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 245 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ jobs:
- uses: oven-sh/setup-bun@v1
- run: |
bun install
bun install --no-save esbuild@^0.19.11
bun test --coverage
Binary file modified bun.lockb
Binary file not shown.
3 changes: 0 additions & 3 deletions packages/nuekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"marked": "^9.1.6",
"nuejs-core": "^0.3.0"
},
"devDependencies": {
"esbuild": "^0.19.11"
},
"engines": {
"bun": ">= 1",
"node": ">= 18"
Expand Down
242 changes: 0 additions & 242 deletions pnpm-lock.yaml

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

0 comments on commit 23372a0

Please sign in to comment.