Skip to content

Commit

Permalink
don't run install scripts when installing js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mjl- committed Sep 8, 2024
1 parent 594182a commit b7ba048
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 @@ -116,13 +116,13 @@ tswatch:

node_modules/.bin/tsc:
-mkdir -p node_modules/.bin
npm ci
npm ci --ignore-scripts

install-js: node_modules/.bin/tsc

install-js0:
-mkdir -p node_modules/.bin
npm install --save-dev --save-exact [email protected]
npm install --ignore-scripts --save-dev --save-exact [email protected]

webmail/webmail.js: lib.ts webmail/api.ts webmail/lib.ts webmail/webmail.ts
./tsc.sh $@ $^
Expand Down

0 comments on commit b7ba048

Please sign in to comment.