Skip to content

Commit

Permalink
fix: broken build on yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
akash3gtm committed Feb 28, 2024
1 parent 0d0eda0 commit 7572191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"scripts": {
"test": "bash ./scripts/test.sh",
"dev": "turbo run dev",
"build": "turbo run build --filter=[@gluestack-*,@react-native-aria*] --no-cache && yarn build:rest",
"build:rest": "turbo run build --filter=@gluestack-* --no-cache --ignore=@gluestack-style/react",
"build": "turbo run build --filter=@gluestack-style/react --filter=@react-native-aria/* --no-cache && yarn build:rest",
"build:rest": "turbo run build --filter=@gluestack-ui/* --filter=@gluestack-style/* --no-cache",
"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 7572191

Please sign in to comment.