-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add package scripts to package.json (#1752)
* Add vsce to develop dependencies * Add package scrips to package.json So the developer can package vscode-cmake-tools easily. Co-authored-by: Bob Brown <[email protected]> Co-authored-by: Andreea Isac <[email protected]>
- Loading branch information
1 parent
390e7bf
commit 975e860
Showing
3 changed files
with
312 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,9 +31,8 @@ jobs: | |
|
||
- name: Build the VSIX | ||
run: | | ||
npm install | ||
npm install -g vsce | ||
vsce package --yarn -o cmake-tools.vsix | ||
yarn install | ||
yarn run package | ||
- name: Upload Build Artifacts | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.