Add makefile and automations

This commit is contained in:
Tom Hu
2020-12-20 16:57:08 -05:00
parent 7de43a7373
commit c6de3f8548
5 changed files with 36 additions and 1 deletions

4
hooks/pre-commit Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
npm i --package-lock-only
npm run build