Skip to content

Commit

Permalink
fixup build script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wernst committed Jul 21, 2023
1 parent 231e403 commit 153f3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:code": "tsc",
"lint:cli": "cd ./cli && tsc",
"prepack": "node prepack.cjs",
"publish-pkg": "yarn npm publish --access ßpublic"
"publish-pkg": "yarn npm publish --access public"
},
"files": [
"/dist"
Expand Down

0 comments on commit 153f3ac

Please sign in to comment.