Skip to content

Commit

Permalink
chore: Updated publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Aug 9, 2023
1 parent 2887d11 commit 61205c5
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/changelog-notify/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/changelog-notify --access public"
"command": "npm publish ./dist/packages/changelog-notify --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/core --access public"
"command": "npm publish ./dist/packages/core --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-runner/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/e2e-runner --access public"
"command": "npm publish ./dist/packages/e2e-runner --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-hosting/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/firebase-hosting --access public"
"command": "npm publish ./dist/packages/firebase-hosting --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-cloud-run/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/gcp-cloud-run --access public"
"command": "npm publish ./dist/packages/gcp-cloud-run --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-deployment-manager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/gcp-deployment-manager --access public"
"command": "npm publish ./dist/packages/gcp-deployment-manager --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-functions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/gcp-functions --access public"
"command": "npm publish ./dist/packages/gcp-functions --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-secrets/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/gcp-secrets --access public"
"command": "npm publish ./dist/packages/gcp-secrets --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-storage/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/gcp-storage --access public"
"command": "npm publish ./dist/packages/gcp-storage --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-task-runner/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/gcp-task-runner --access public"
"command": "npm publish ./dist/packages/gcp-task-runner --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/github-pages/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/github-pages --access public"
"command": "npm publish ./dist/packages/github-pages --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/playwright --access public"
"command": "npm publish ./dist/packages/playwright --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/pulumi --access public"
"command": "npm publish ./dist/packages/pulumi --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/strapi --access public"
"command": "npm publish ./dist/packages/strapi --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/terraform/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/terraform --access public"
"command": "npm publish ./dist/packages/terraform --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/translations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/translations --access public"
"command": "npm publish ./dist/packages/translations --access public || true"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vercel/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "npm publish ./dist/packages/vercel --access public"
"command": "npm publish ./dist/packages/vercel --access public || true"
}
}
},
Expand Down

0 comments on commit 61205c5

Please sign in to comment.