Skip to content

Commit

Permalink
fix(esbuild-meta): fix dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Jul 4, 2024
1 parent 2df834a commit b1a0a7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/esbuild-meta/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "esbuild-meta",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"root": "packages/esbuild-meta",
"sourceRoot": "packages/esbuild-meta/src",
"projectType": "app",
"targets": {
Expand All @@ -19,6 +20,10 @@
"bundle": true
}
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/vite:test",
"outputs": ["{options.reportsDirectory}"],
Expand Down

0 comments on commit b1a0a7d

Please sign in to comment.