Skip to content

Commit 45408ac

Browse files
Update main.yml
1 parent 1dc2067 commit 45408ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Prepare
1919
run: |
2020
cd src
21-
npm install --silent
21+
npm install
2222
npm run build
2323
npm run test
2424
cd dist

0 commit comments

Comments
 (0)