File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 3636 runs-on : ubuntu-latest
3737 needs : test
3838 steps :
39+ - uses : actions/checkout@v2
40+ - uses : actions/setup-node@v1
41+ with :
42+ node-version : 14
43+ registry-url : https://registry.npmjs.org/
44+ - name : Install vsce
45+ run : npm i -g vsce
46+ if : github.event_name == 'release'
3947 - name : Publish
48+ run : vsce publish -p ${{ secrets.VSCE_PAT }}
4049 if : github.event_name == 'release'
41- run : npm run deploy
42- env :
43- VSCE_PAT : ${{ secrets.VSCE_PAT }}
Original file line number Diff line number Diff line change 8888 "pretest" : " npm run test-compile && npm run lint" ,
8989 "lint" : " eslint src --ext ts" ,
9090 "test" : " node ./out/test/runTest.js" ,
91- "coverage" : " rimraf .nyc_output && node ./out/test/runCoverage.js" ,
92- "deploy" : " vsce publish"
91+ "coverage" : " rimraf .nyc_output && node ./out/test/runCoverage.js"
9392 },
9493 "devDependencies" : {
9594 "@istanbuljs/nyc-config-typescript" : " ^1.0.1" ,
122121 "ts-loader" : " ^8.0.14" ,
123122 "ts-node" : " ^10.2.0" ,
124123 "typescript" : " ^4.1.3" ,
125- "vsce" : " ^1.96.3" ,
126124 "vscode-test" : " ^1.5.0" ,
127125 "webpack" : " ^5.19.0" ,
128126 "webpack-cli" : " ^4.4.0"
129127 },
130128 "dependencies" : {
131129 "csv-writer" : " ^1.6.0"
132130 }
133- }
131+ }
You can’t perform that action at this time.
0 commit comments