Skip to content

Commit

Permalink
fix: change build process to publish to npm after build (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
bae-unidev authored Dec 6, 2024
1 parent 477f8a6 commit f009078
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typecheck": {
"cache": true
},
"version": {
"deploy": {
"dependsOn": ["build"]
}
},
Expand Down
1 change: 0 additions & 1 deletion packages/vibrant-core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"dependsOn": ["build-native"],
"options": {
"preset": "conventional",
"skipCommit": true,
Expand Down
1 change: 0 additions & 1 deletion packages/vibrant-layouts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"dependsOn": ["build-native"],
"options": {
"preset": "conventional",
"skipCommit": true,
Expand Down
1 change: 0 additions & 1 deletion packages/vibrant-motion/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"dependsOn": ["build-native"],
"options": {
"preset": "conventional",
"skipCommit": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default async function runExecutor(options: UpdateNativePackageJsonExecut
await addToStage({
paths: [nativePackageJsonPath],
dryRun: false,
skipStage: false,
}).toPromise();

// await commit({
Expand Down

0 comments on commit f009078

Please sign in to comment.