Skip to content

Commit

Permalink
Run build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
farreldarian committed Dec 24, 2023
1 parent 3aa8864 commit 8b96c23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.turbo

dist
build
Expand Down
6 changes: 5 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": ["dist"]
},
"test": {
"cache": false
"cache": false,
"dependsOn": ["^build"]
}
}
}

0 comments on commit 8b96c23

Please sign in to comment.