Skip to content

Commit b62d38b

Browse files
committed
build action updated
1 parent 8c2180c commit b62d38b

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,14 @@ jobs:
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node }}
24-
cache: yarn
2524

2625
# Turn off windows-defender for this folder to speed up compile
2726
- if: runner.os == 'Windows'
2827
name: windows-defender
2928
run: powershell -Command Add-MpPreference -ExclusionPath "."
3029

3130
- name: install
32-
run: yarn install --network-timeout 1000000
31+
run: npm install --network-timeout 1000000
3332

34-
# - name: build
35-
# run: yarn xy build
36-
37-
# - name: statics
38-
# run: yarn xy statics
39-
40-
- name: build-storybook
41-
run: yarn build-storybook
33+
- name: build
34+
run: npm run build

0 commit comments

Comments
 (0)