File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 19
19
registry-url : https://registry.npmjs.org/
20
20
node-version : 20.x
21
21
cache : yarn
22
- - run : yarn install --immutable
23
- - run : yarn run compile
22
+ - name : Install dependencies
23
+ run : yarn install --immutable
24
+ - name : Build package
25
+ run : npx vsce package
24
26
- uses : softprops/action-gh-release@v2
25
27
with :
26
28
generate_release_notes : true
Original file line number Diff line number Diff line change 30
30
"test" : " yarn run compile && sh ./scripts/e2e.sh" ,
31
31
"format" : " prettier --write ." ,
32
32
"format:check" : " prettier --check . server client" ,
33
- "postversion" : " git push --tags && git push"
33
+ "postversion" : " git push --tags && git push" ,
34
+ "vscode:prepublish" : " yarn run compile"
34
35
},
35
36
"activationEvents" : [
36
37
" onLanguage:publicodes"
You can’t perform that action at this time.
0 commit comments