Skip to content

Commit 21c2c19

Browse files
committed
main - test run github action
1 parent 8c2ae1b commit 21c2c19

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 14.12.0
1818
- run: npm install
19-
- run: vsce package
19+
- run: npm install -g vsce
2020
# Read the version from the package.json file
2121
- run: echo "VERSION=$(node -p -e "require('./package.json').version")" >> $GITHUB_ENV
2222
# Upload the VSIX file as an artifact with version number

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"cross-fetch": "^3.1.5",
6565
"graphql": "^16.6.0",
6666
"node-fetch": "^3.2.10",
67-
"uuid": "^9.0.0",
68-
"vsce": "^2.14.0"
67+
"uuid": "^9.0.0"
6968
}
7069
}

0 commit comments

Comments
 (0)