Skip to content

Commit f782b1a

Browse files
authored
Merge pull request #1855 from gluestack/fix/build
fix: broken build on yarn build
2 parents 6ce2ea1 + 7572191 commit f782b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"scripts": {
99
"test": "bash ./scripts/test.sh",
1010
"dev": "turbo run dev",
11-
"build": "turbo run build --filter=[@gluestack-*,@react-native-aria*] --no-cache && yarn build:rest",
12-
"build:rest": "turbo run build --filter=@gluestack-* --no-cache --ignore=@gluestack-style/react",
11+
"build": "turbo run build --filter=@gluestack-style/react --filter=@react-native-aria/* --no-cache && yarn build:rest",
12+
"build:rest": "turbo run build --filter=@gluestack-ui/* --filter=@gluestack-style/* --no-cache",
1313
"clean": "turbo run clean && rm -rf node_modules",
1414
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\" --ignore-path .gitignore",
1515
"release": "changeset publish",

0 commit comments

Comments
 (0)