build: use pnpm in Makefile (#931)

* chore(build): Use pnpm in Makefile

* 🏃‍♂️

* fix: add back gitkeep

---------

Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com>
Co-authored-by: ze0s <ze0s@riseup.net>
This commit is contained in:
Raymond Ha 2023-05-14 10:13:19 -07:00 committed by GitHub
parent 38242a8ca6
commit 71ffbe0e43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View file

@ -39,4 +39,5 @@ tmp/
package-lock.json
# Ditto for yarn, except we're using npm.
yarn.lock
dist/
dist/*
!dist/.gitkeep