Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
fix: changeset build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Oct 17, 2023
1 parent 9f22b6c commit d2ddf18
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 @@ -7,7 +7,8 @@
"scripts": {
"test": "bash ./scripts/test.sh",
"dev": "turbo run dev",
"build": "turbo run build --filter=@gluestack-style* --no-cache",
"build": "turbo run build --filter=@gluestack-style/react --no-cache && yarn build:rest",
"build:rest": "turbo run build --filter=@gluestack-style* --no-cache --ignore=@gluestack-style/react",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\" --ignore-path .gitignore",
"release": "changeset publish",
Expand Down

0 comments on commit d2ddf18

Please sign in to comment.