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 092dcb1 commit 881b70bCopy full SHA for 881b70b
buildspec/release/20buildrelease.yml
@@ -23,10 +23,6 @@ phases:
23
- echo "TARGET_EXTENSION=${TARGET_EXTENSION}"
24
# --unsafe-perm is needed because we run as root
25
- npm ci --unsafe-perm
26
- - |
27
- if [ $TARGET_EXTENSION = "toolkit" ]; then
28
- cp ./README.quickstart.vscode.md ./README.md
29
- fi
30
- npm run package -w packages/${TARGET_EXTENSION}
31
- cp packages/${TARGET_EXTENSION}/package.json ./package.json
32
- NUM_VSIX=$(ls -1q *.vsix | wc -l)
0 commit comments