Skip to content

Commit

Permalink
Adding bun.lockb back to requirements
Browse files Browse the repository at this point in the history
Just better practice to commit the lock file and include it in the `node_module` requirements.
  • Loading branch information
Woedenaz committed Dec 20, 2023
1 parent 94a8d48 commit 2280216
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dist/
# NPM
node_modules/
package-lock.json
bun.lockb

# Misc
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion build/meta.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ $(DIRECTORIES):
mkdir -p $@

# bun rules
node_modules: package.json
node_modules: package.json bun.lockb
bun install
touch node_modules
Binary file added bun.lockb
Binary file not shown.

0 comments on commit 2280216

Please sign in to comment.