Skip to content

Commit 28485d7

Browse files
committed
FIX angular install
1 parent 6adce0c commit 28485d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,7 @@ jobs:
395395
- name: angular build
396396
working-directory: ./examples/angular
397397
run: |
398-
npm run preinstall
399-
npm install --legacy-peer-deps
398+
sh reinstall.sh
400399
npm run lint
401400
npm run build
402401

0 commit comments

Comments
 (0)