Skip to content

Commit 950be17

Browse files
committed
remove postinstall call from action
1 parent 9ae1f39 commit 950be17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
- name: install npm packages
4444
run: npm ci --silent --audit false --fund false
4545

46-
- name: patch npm packages
47-
run: npm run postinstall
48-
4946
- name: run vite
5047
run: npm run build
5148
env:

0 commit comments

Comments
 (0)