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 aa74075 commit 2cfd809
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/esbuild-meta/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"dependsOn": [{ "target": "build" }],
"options": {
"push": true,
"postTargets": ["build", "npm", "github"],
"preset": "angular",
"postTargets": ["esbuild-meta:npm", "esbuild-meta:github"],
"commitMessageFormat": "release(${projectName}): ${version}",
"noVerify": true,
"push": true
"noVerify": true
}
},
"github": {
Expand All @@ -62,7 +61,8 @@
"npm": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
"access": "public",
"distFolderPath": "dist/packages/my-package"
}
},
"release": {
Expand Down

0 comments on commit 2cfd809

Please sign in to comment.