We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1940c56 commit aca5dc2Copy full SHA for aca5dc2
.github/workflows/verify.yml
@@ -23,7 +23,7 @@ jobs:
23
cat ./.yarnrc.yml
24
yarn
25
- name: Build
26
- run: yarn build
+ run: yarn build:core
27
28
verify:
29
runs-on: ubuntu-latest
package.json
@@ -12,6 +12,7 @@
12
"scripts": {
13
"start": "lerna run start --parallel",
14
"build": "lerna run build",
15
+ "build:core": "lerna run build --scope react-complex-tree",
16
"test": "lerna run test --stream",
17
"storybook": "start-storybook -p 6006",
18
"build-storybook": "build-storybook",
0 commit comments