Skip to content

Commit 8a6b0cc

Browse files
committed
chore: bunfig: remove lock file
1 parent 9e5b105 commit 8a6b0cc

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: Install
26-
run: bun i && bun i redrun -g --no-save --no-save
26+
run: bun i && bun i redrun -g
2727
- name: Lint
2828
run: redrun fix:lint
2929
- name: Commit fixes

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules
55
*.swp
66
yarn-error.log
77
coverage
8+
*.lock

bunfig.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[install]
2+
lockfile = false
3+
linker = "hoisted"

0 commit comments

Comments
 (0)