ci(ga): install node deps before build
This commit is contained in:
parent
7038cc1df7
commit
267d95a601
|
@ -16,7 +16,9 @@ jobs:
|
|||
apk update
|
||||
apk add brotli curl git grep
|
||||
- name: Build
|
||||
run: npm run build
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
- name: Compress
|
||||
run: |
|
||||
find . -name "oisd*.txt" -type f -print0 | xargs -0 gzip -f -k -9
|
||||
|
|
Loading…
Reference in New Issue