Skip to content

Commit 8438321

Browse files
authored
remove website from build command (#334)
1 parent e62931a commit 8438321

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
env:
3737
EXPO_NO_TELEMETRY: 1
3838

39-
- name: Re-sync root Yarn state
40-
run: rm -f node_modules/.yarn-state.yml && yarn install
41-
4239
- name: Build packages
4340
run: yarn run build
4441

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build:forms": "yarn workspace @react-native-ama/forms build",
1919
"build:lists": "yarn workspace @react-native-ama/lists build",
2020
"build:website": "cd website && yarn build",
21-
"build": "yarn build:core && yarn build:animations && yarn build:forms && yarn build:lists && yarn build:bottom-sheet && yarn build:website",
21+
"build": "yarn build:core && yarn build:animations && yarn build:forms && yarn build:lists && yarn build:bottom-sheet",
2222
"doc": "cd website && yarn start",
2323
"ts:check": "tsc --noEmit",
2424
"lint": "eslint --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore ./packages",

0 commit comments

Comments
 (0)