Skip to content

Commit 4e27635

Browse files
authored
Remove '--fix' option from build command
1 parent 6b06189 commit 4e27635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
npm audit || true # ignore failures
3535
npm audit fix || true
3636
npm list --outdated
37-
npm run build -- --fix
37+
npm run build

0 commit comments

Comments
 (0)