Skip to content

Commit

Permalink
chore: fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekstosio committed Dec 16, 2024
1 parent ff0d0bb commit ca9f05e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/lint-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/checkout@v4
with:
repository: software-mansion-labs/vscode-js-debug
path: packages/vscode-js-debug

- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/typecheck-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/checkout@v4
with:
repository: software-mansion-labs/vscode-js-debug
path: packages/vscode-js-debug

- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"format": "prettier --write --list-different src",
"build:tests": "tsc --project tsconfig.test.json",
"test": "npm run build:extension-code && npm run build:webview && npm run build:tests && vscode-test",
"preinstall": "cd ../vscode-js-debug && git submodule update && npm install && npx tsc"
"preinstall": "cd ../vscode-js-debug && npm install && npx tsc"
},
"devDependencies": {
"vscode-js-debug": "file:../vscode-js-debug",
Expand Down

0 comments on commit ca9f05e

Please sign in to comment.