Skip to content

Commit

Permalink
test(esbuild-meta): depend on build for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed May 28, 2024
1 parent 3a807f5 commit dc04b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esbuild-meta/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"executor": "@nx/vite:test",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}-e2e"],
"options": { "config": "packages/esbuild-meta/vitest.config.e2e.ts" },
"dependsOn": ["^build"]
"dependsOn": ["build"]
},
"version": {
"executor": "@jscutlery/semver:version",
Expand Down

0 comments on commit dc04b9e

Please sign in to comment.