Skip to content

Commit

Permalink
update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
JDMathew committed Sep 7, 2024
1 parent 3052941 commit c363be6
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 @@ -19,7 +19,7 @@
"doc": "cd website && yarn start",
"ts:check": "tsc --noEmit",
"lint": "eslint --ext .ts,.tsx ./packages",
"build": "yarn build:animations && yarn build:core && yarn build:extras && yarn build:forms && yarn build:internal && yarn build:lists && yarn build:react-native"
"build": "yarn workspaces --scope '@react-native-ama/*' run build"
},
"workspaces": [
"packages/animations",
Expand Down

0 comments on commit c363be6

Please sign in to comment.