Skip to content

Commit 1bc84dc

Browse files
committed
run toplevel npm install before installing sample deps
1 parent 7960268 commit 1bc84dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dir ?= $(shell pwd)
1313
export GOOGLE_CLOUD_PROJECT = ${GOOGLE_SAMPLES_PROJECT}
1414

1515
build:
16+
npm install
1617
cd ${dir}
1718
npm install
1819
npm run build --if-present

0 commit comments

Comments
 (0)