Skip to content

Commit

Permalink
chore: improve test run speed by removing full build deps (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin authored May 7, 2024
1 parent 5a42ffe commit 12fd4f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,17 @@
"docs"
]
},
"build:test": {
"dependencies": [
"patch",
"analyze",
"compile"
]
},
"test": {
"command": "wtr --group default",
"dependencies": [
"build"
"build:test"
]
},
"compile": {
Expand Down

0 comments on commit 12fd4f0

Please sign in to comment.