Skip to content

Commit

Permalink
chore: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Oct 21, 2024
1 parent 66eb88c commit 77e39fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:
with:
name: build-artifacts
path: |
packages/@wroud/*/lib/**
packages/*/lib/**
coverage/**
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@vitest/coverage-v8": "^2",
"@wroud/tests-runner": "workspace:*",
"@wroud/ts-project-linker": "workspace:*",
"@wroud/ts-template": "workspace:^",
"concurrently": "^9",
"happy-dom": "^15",
"husky": "^9",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3875,6 +3875,15 @@ __metadata:
languageName: unknown
linkType: soft

"@wroud/new-test@workspace:packages/@wroud/new-test":
version: 0.0.0-use.local
resolution: "@wroud/new-test@workspace:packages/@wroud/new-test"
dependencies:
"@wroud/tsconfig": "workspace:^"
typescript: "npm:^5"
languageName: unknown
linkType: soft

"@wroud/tests-runner@workspace:*, @wroud/tests-runner@workspace:^, @wroud/tests-runner@workspace:packages/@wroud/tests-runner":
version: 0.0.0-use.local
resolution: "@wroud/tests-runner@workspace:packages/@wroud/tests-runner"
Expand Down Expand Up @@ -6759,6 +6768,7 @@ __metadata:
"@vitest/coverage-v8": "npm:^2"
"@wroud/tests-runner": "workspace:*"
"@wroud/ts-project-linker": "workspace:*"
"@wroud/ts-template": "workspace:^"
concurrently: "npm:^9"
happy-dom: "npm:^15"
husky: "npm:^9"
Expand Down

0 comments on commit 77e39fe

Please sign in to comment.