Skip to content

Commit

Permalink
add global flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed May 20, 2024
1 parent 97dd8e0 commit 6c8bf42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ build: install-packr install-typescript

.PHONY: install-typescript
install-typescript:
npm install typescript
npm install rollup
npm install -g typescript
npm install -g rollup
tsc

.PHONY: release
Expand Down

0 comments on commit 6c8bf42

Please sign in to comment.