Skip to content

Commit

Permalink
npm install flag (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdraft authored and Rick Ducott committed Mar 6, 2019
1 parent 6f2abbf commit 9b5a135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ endif
.PHONY: package-extension
package-extension: bump-extension-version ## (vscode) Packages extension
ifeq ($(RELEASE),"true")
cd editor/vscode && npm install
cd editor/vscode && npm install --unsafe-perm
cd editor/vscode && vsce package
touch $@
endif
Expand Down
3 changes: 3 additions & 0 deletions changelog/v0.4.7/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
changelog:
- type: NON_USER_FACING
description: "fix build issue - npm install flag"

0 comments on commit 9b5a135

Please sign in to comment.