Don't build before test (??)

This commit is contained in:
Alex Gleason 2023-05-10 16:11:43 -05:00 committed by fiatjaf_
parent 18e8227123
commit 67a8ee23ce
2 changed files with 2 additions and 3 deletions

View File

@ -15,5 +15,4 @@ jobs:
node-version: 18
- uses: extractions/setup-just@v1
- run: just install-dependencies
- run: just build
- run: just test

View File

@ -7,10 +7,10 @@ build:
rm -rf lib
node build.js
test: build
test:
jest
test-only file: build
test-only file:
jest {{file}}
emit-types: