mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-02 05:15:13 +00:00
Fix some nits with nodejs (#219)
This commit is contained in:
parent
51d15222c6
commit
5e34bc0232
2
bindings/node.js/.gitignore
vendored
2
bindings/node.js/.gitignore
vendored
@ -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…
x
Reference in New Issue
Block a user