Skip to content

Commit b5e1fb0

Browse files
committed
Add workspaces to root package.json
1 parent ea70366 commit b5e1fb0

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

package-lock.json

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"transpile": "tsc --build --verbose"
1616
},
1717
"license": "MIT",
18+
"workspaces": [
19+
"pr-checks"
20+
],
1821
"dependencies": {
1922
"@actions/artifact": "^5.0.3",
2023
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",

0 commit comments

Comments
 (0)