Update .github/
This commit is contained in:
parent
f5d7fc2050
commit
616ca160aa
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -20,4 +20,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- run: npm i
|
- run: npm i
|
||||||
- run: npm run build
|
- run: npm run build:development
|
||||||
|
- run: npm run build:production
|
||||||
|
|
Loading…
Reference in a new issue