Skip to content

Commit 9acaffb

Browse files
committed
Update Makefile
1 parent 40efce5 commit 9acaffb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ serve:
3737
typos:
3838
typos --write-changes --force-exclude
3939

40-
app: nvm node_modules
41-
. $(NVM_DIR)/nvm.sh; nvm use && npm run build
40+
app: nvm
41+
. $(NVM_DIR)/nvm.sh; nvm use && npm ci && npm run build
4242

4343
watch: nvm node_modules
44-
. $(NVM_DIR)/nvm.sh; nvm use && npm run watch
44+
. $(NVM_DIR)/nvm.sh; nvm use && npm ci && npm run watch
4545

4646
lint: nvm node_modules
47-
. $(NVM_DIR)/nvm.sh; nvm use && npm run lint
47+
. $(NVM_DIR)/nvm.sh; nvm use && npm ci && npm run lint
4848

4949
nvm:
5050
mkdir -p $(NVM_DIR)

0 commit comments

Comments
 (0)