Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav authored Aug 16, 2022
1 parent 219fd2b commit 85050ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky install",
"pre-commit": "npm run lint && npm run format",
"publish": "cd packages/ui && npm publish --access=public"
"publish": "npm run build:ui && cd packages/ui && npm publish --access=public"
},
"devDependencies": {
"eslint-config-custom": "*",
Expand Down

0 comments on commit 85050ab

Please sign in to comment.