build is a dep of test

This commit is contained in:
dancoffman 2022-11-03 22:52:34 -07:00
parent b6615527e9
commit c3d11f915a
No known key found for this signature in database
GPG Key ID: 47B1F53E36A9B3CC
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ build: kzg.cxx kzg.ts package.json Makefile
cp build/Release/kzg.node . cp build/Release/kzg.node .
cp build/Release/kzg.node ./dist cp build/Release/kzg.node ./dist
test: test: build
yarn jest yarn jest
format: format: