Reduce friction for building with npm (#2723)

This was the only dependency on bun that I encountered while building the
project, and the change to the gitignore ensures that it's easy to
make changes after an npm based build
This commit is contained in:
Plecra
2023-04-24 11:23:38 +00:00
committed by GitHub
parent 4b24bb464c
commit 98209b8e10
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -13,7 +13,7 @@ dist
*.log
*.out.js
*.out.refresh.js
/package-lock.json
**/package-lock.json
build
*.wat
zig-out