Skip to content

Commit

Permalink
fix(esbuild-meta): fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Apr 15, 2024
1 parent d84a7c9 commit 30b35b1
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 @@ -46,7 +46,7 @@
"dependsOn": [{ "target": "build" }],
"options": {
"preset": "angular",
"postTargets": ["cli:npm", "cli:github"],
"postTargets": ["esbuild-meta:npm", "esbuild-meta:github"],
"commitMessageFormat": "release(${projectName}): ${version}",
"noVerify": true,
"push": true
Expand Down

0 comments on commit 30b35b1

Please sign in to comment.