Skip to content

Commit

Permalink
chore: add build:pkgs script
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 5, 2024
1 parent 9d8e1b4 commit d4d7a07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"build:pkgs": "turbo run build --filter='./packages/*'",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\" --ignore-path .gitignore",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish"
"release": "yarn build:pkgs && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
Expand Down

0 comments on commit d4d7a07

Please sign in to comment.