Skip to content

Commit

Permalink
chore(package.json): update prepare script to include build-only command
Browse files Browse the repository at this point in the history
  • Loading branch information
acabreragnz committed Jan 16, 2025
1 parent b29a011 commit 8066e76
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 @@ -18,7 +18,7 @@
"docs:build": "pnpm --filter docs docs:build",
"docs:gen": "pnpm --filter docs docs:gen",
"docs:contributors": "pnpm --filter docs docs:contributors",
"prepare": "pnpm simple-git-hooks",
"prepare": "pnpm simple-git-hooks && pnpm build-only",
"test": "pnpm --filter reka-ui test",
"test-update": "pnpm --filter reka-ui test-update",
"lint": "eslint .",
Expand Down

0 comments on commit 8066e76

Please sign in to comment.