Skip to content

Commit 42879e0

Browse files
committed
npm ci in github actions
1 parent 52353f5 commit 42879e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build Site
2424
run: |
2525
ls -lah
26-
npm install
26+
npm ci
2727
npm run build
2828
ls -lah
2929
haxe --run RemoveRedirects

0 commit comments

Comments
 (0)