Skip to content

Commit

Permalink
build: make tests depends on build for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed Dec 22, 2023
1 parent 8d5ea7d commit 89270ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/semver/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"executor": "@nx/jest:jest",
"options": {
"jestConfig": "packages/semver/jest.config.ts"
}
},
"dependsOn": ["build"]
},
"build": {
"executor": "@nx/js:tsc",
Expand Down

0 comments on commit 89270ee

Please sign in to comment.