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 3f08173 commit d39568eCopy full SHA for d39568e
.github/workflows/publish_extension.yml
@@ -9,8 +9,6 @@ jobs:
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v3
12
- - name: Test
13
- run: ls
14
- name: Publish
15
run: npm run deploy
16
env:
package.json
@@ -27,7 +27,7 @@
27
}
28
]
29
},
30
- "devDependencies": {
+ "dependencies": {
31
"@vscode/vsce": "^2.22.0"
32
33
"scripts": {
0 commit comments