build is a dep of test
This commit is contained in:
parent
b6615527e9
commit
c3d11f915a
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue