devops: update build stage; ignore dist (#35)
This commit is contained in:
parent
599db41b00
commit
3f0b3b106d
2 changed files with 3 additions and 1 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -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
2
.gitignore
vendored
|
@ -10,3 +10,5 @@ pnpm-debug.log*
|
||||||
*~
|
*~
|
||||||
*swp
|
*swp
|
||||||
*swo
|
*swo
|
||||||
|
|
||||||
|
demo/dist
|
Loading…
Reference in a new issue