Skip to content

Commit

Permalink
chore: improve test run speed by removing full build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin committed May 6, 2024
1 parent 5a42ffe commit bbb5208
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 bbb5208

Please sign in to comment.