Merge pull request #3329 from Veetaha/feature/vscode-add-npm-audit
vscode: added audit at ci
This commit is contained in:
commit
5fcb4bb509
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: Remove-Item ./target/debug/xtask.exe
|
||||
|
||||
type-script:
|
||||
typescript:
|
||||
name: TypeScript
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
@ -96,7 +96,12 @@ jobs:
|
||||
|
||||
- run: npm ci
|
||||
working-directory: ./editors/code
|
||||
|
||||
- run: npm audit
|
||||
working-directory: ./editors/code
|
||||
|
||||
- run: npm run fmt
|
||||
working-directory: ./editors/code
|
||||
|
||||
- run: npm run package --scripts-prepend-node-path
|
||||
working-directory: ./editors/code
|
||||
|
Loading…
Reference in New Issue
Block a user