Update app.yml

Thomas Ballmann 3 years ago committed by GitHub
parent aea1c0dbd3
commit 0aef63dce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,9 @@ jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app
strategy:
matrix:
node-version: [12.x]
@ -25,7 +27,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: cd app
- run: npm i
- run: npm run-script build

Loading…
Cancel
Save