Fix some nits with nodejs (#219)
This commit is contained in:
parent
51d15222c6
commit
5e34bc0232
|
@ -2,4 +2,4 @@ build
|
|||
dist
|
||||
*.node
|
||||
node_modules
|
||||
test/__fixtures__/testing_trusted_setups.txt
|
||||
test/__fixtures__/testing_trusted_setups.*
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
all: clean build format test bundle
|
||||
|
||||
clean:
|
||||
yarn node-gyp clean
|
||||
rm -rf build
|
||||
rm -rf dist
|
||||
rm -f *.node
|
||||
rm -f *.a
|
||||
rm -f *.o
|
||||
rm -rf node_modules
|
||||
|
||||
build: src/kzg.cxx lib/kzg.ts package.json binding.gyp Makefile
|
||||
cd ../../src && make c_kzg_4844.o && cp c_kzg_4844.o ../bindings/node.js
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue