Skip to content

Commit ce8fbba

Browse files
committed
use npm clean install for prod build
1 parent 52b9bd9 commit ce8fbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: composer install --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
2222

2323
- name: Install NPM Dependencies
24-
run: npm install
24+
run: npm ci
2525

2626
- name: Build Site
2727
run: npm run prod

0 commit comments

Comments
 (0)