File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ endif
154
154
.PHONY : package-extension
155
155
package-extension : bump-extension-version # # (vscode) Packages extension
156
156
ifeq ($(RELEASE ) ,"true")
157
+ cd editor/vscode && npm install
157
158
cd editor/vscode && vsce package
158
159
touch $@
159
160
endif
Original file line number Diff line number Diff line change
1
+ changelog :
2
+ - type : NON_USER_FACING
3
+ description : " fix build issue - need to set the version before npm install will run"
Original file line number Diff line number Diff line change @@ -71,13 +71,6 @@ steps:
71
71
waitFor : ['docker-login', 'check-code-and-docs-gen']
72
72
id : ' compile'
73
73
74
- - name : node:10.10.0
75
- entrypoint : npm
76
- args : ['install']
77
- dir : ' ./gopath/src/github.com/solo-io/squash/editor/vscode'
78
- waitFor : ['dep']
79
- id : ' npminstall'
80
-
81
74
- name : ' gcr.io/$PROJECT_ID/go-make'
82
75
args : ['docker-push', 'upload-github-release-assets', 'push-docs']
83
76
env :
88
81
- ' GCLOUD_PROJECT_ID=$PROJECT_ID'
89
82
dir : ' ./gopath/src/github.com/solo-io/squash'
90
83
secretEnv : ['GITHUB_TOKEN']
91
- waitFor : ['compile', 'npminstall' ]
84
+ waitFor : ['compile']
92
85
id : ' push-github-resources'
93
86
94
87
- name : ' gcr.io/$PROJECT_ID/go-vsce:0.1.4'
You can’t perform that action at this time.
0 commit comments