Skip to content

Commit

Permalink
fix: packcages core path
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 26, 2022
1 parent 88af5ea commit 6117335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test @novu/node
on:
push:
paths:
- "packages/core/**"
- "packages/node/**"
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -27,5 +27,5 @@ jobs:
run_install: true

- name: Test
working-directory: "packages/core"
working-directory: "packages/node"
run: pnpm test
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"start:dev"
],
"runtimeExecutable": "npm",
"cwd": "${workspaceFolder}/packages/core",
"cwd": "${workspaceFolder}/packages/node",
"skipFiles": [
"<node_internals>/**"
],
Expand Down

0 comments on commit 6117335

Please sign in to comment.