ci(ga): install node deps before build

This commit is contained in:
MDLeom 2022-03-24 06:47:53 +00:00
parent 7038cc1df7
commit 267d95a601
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 3 additions and 1 deletions

View File

@ -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