Skip to content

Commit aca5dc2

Browse files
committed
chore: only build core in react verify workflow
1 parent 1940c56 commit aca5dc2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cat ./.yarnrc.yml
2424
yarn
2525
- name: Build
26-
run: yarn build
26+
run: yarn build:core
2727

2828
verify:
2929
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"scripts": {
1313
"start": "lerna run start --parallel",
1414
"build": "lerna run build",
15+
"build:core": "lerna run build --scope react-complex-tree",
1516
"test": "lerna run test --stream",
1617
"storybook": "start-storybook -p 6006",
1718
"build-storybook": "build-storybook",

0 commit comments

Comments
 (0)