Skip to content

Commit

Permalink
add makefile to build new version
Browse files Browse the repository at this point in the history
  • Loading branch information
hvoigt committed Feb 9, 2023
1 parent fa97fb5 commit a8db26b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build: install-deps install-ncc
ncc build src/index.js --license licenses.txt

install-deps:
npm ci

install-ncc:
npm i -g @vercel/ncc

0 comments on commit a8db26b

Please sign in to comment.