We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055c515 commit 9cb16aeCopy full SHA for 9cb16ae
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/setup-node@v2
26
with:
27
node-version: '14'
28
- - run: sudo npm install -g vsce
+ - run: sudo npm install -g vsce --unsafe-perm
29
- run: npm install
30
- run: npm run compile
31
- run: vsce package
0 commit comments