devops: update build stage; ignore dist (#35)

This commit is contained in:
Ayo Ayco 2022-10-04 17:09:08 +02:00 committed by GitHub
parent 599db41b00
commit 3f0b3b106d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -26,5 +26,5 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: "npm" cache: "npm"
- run: npm ci - run: npm ci
- run: npm run build -w demo --if-present - run: npm run build -w demo
- run: npm test - run: npm test

2
.gitignore vendored
View file

@ -10,3 +10,5 @@ pnpm-debug.log*
*~ *~
*swp *swp
*swo *swo
demo/dist