1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:25:31 -04:00

fix npm-run-all

This commit is contained in:
2021-10-19 09:55:59 -04:00
parent 7fb02275ad
commit e51961c69a
4 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ jobs:
with:
node-version: 14.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn install --immutable
- run: yarn build
env:
NODE_ENV: production