better publishing built files.

This commit is contained in:
fiatjaf
2022-12-20 16:43:15 -03:00
parent 6dede4a688
commit b96159ad36
11 changed files with 35 additions and 24 deletions

View File

@@ -1,6 +1,8 @@
name: test every commit
on:
- push
push:
branches:
- master
jobs:
test:
@@ -11,5 +13,5 @@ jobs:
with:
node-version: 18
- run: yarn --ignore-engines
- run: node build.cjs
- run: node build.js
- run: yarn test