Skip to content

Commit

Permalink
fix: view transition deploy (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevaru authored Sep 21, 2023
2 parents f1f20c7 + 88ce999 commit 12efc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/view-transition/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"publish": {
"executor": "@nrwl/workspace:run-commands",
"options": {
"command": "npm publish ./dist/view-transition --ignore-scripts || echo \"already published\""
"command": "npm publish ./dist/view-transition --ignore-scripts --access=public || echo \"already published\""
}
}
}
Expand Down

0 comments on commit 12efc9b

Please sign in to comment.