prepare for vsce publish --web
- downgrade package-lock.json version back to 1 - lock @types/vscode - update CI
This commit is contained in:
Родитель
0810ab074f
Коммит
ba58eea541
|
@ -3,7 +3,7 @@ name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- "**"
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- created
|
- created
|
||||||
|
@ -22,6 +22,6 @@ jobs:
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- name: Publish to VS Marketplace
|
- name: Publish to VS Marketplace
|
||||||
if: success() && startsWith(github.ref, 'refs/tags/')
|
if: success() && startsWith(github.ref, 'refs/tags/')
|
||||||
run: vsce publish
|
run: vsce publish --web
|
||||||
env:
|
env:
|
||||||
VSCE_PAT: ${{ secrets.VSCE_PAT }}
|
VSCE_PAT: ${{ secrets.VSCE_PAT }}
|
||||||
|
|
|
@ -8,3 +8,5 @@ package.lock.json
|
||||||
tsconfig.json
|
tsconfig.json
|
||||||
webpack.config.js
|
webpack.config.js
|
||||||
**/*.vsix
|
**/*.vsix
|
||||||
|
.git/**
|
||||||
|
.github/**
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -648,7 +648,7 @@
|
||||||
"@types/axios": "^0.14.0",
|
"@types/axios": "^0.14.0",
|
||||||
"@types/node": "^8.10.66",
|
"@types/node": "^8.10.66",
|
||||||
"@types/throttle-debounce": "^2.1.0",
|
"@types/throttle-debounce": "^2.1.0",
|
||||||
"@types/vscode": "^1.56.0",
|
"@types/vscode": "~1.48.0",
|
||||||
"ts-loader": "^7.0.4",
|
"ts-loader": "^7.0.4",
|
||||||
"tslint": "^5.8.0",
|
"tslint": "^5.8.0",
|
||||||
"typescript": "^3.1.4",
|
"typescript": "^3.1.4",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче