File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 "rust:test" : " cd rust; cargo test; cd .." ,
1313 "js:flowgen" : " flowgen ./rust/pkg/cardano_serialization_lib.d.ts -o ./rust/pkg/cardano_serialization_lib.js.flow --add-flow-header" ,
1414 "js:prepublish" : " npm run rust:test && rimraf ./publish && cp -r ./rust/pkg ./publish && cp README.md publish/ && cp LICENSE publish/" ,
15- "js:publish-nodejs" : " npm run rust:build-nodejs && npm run js:prepublish && node ./scripts/publish-helper -nodejs && cd publish && npm publish --tag beta -- access public" ,
16- "js:publish-browser" : " npm run rust:build-browser && npm run js:prepublish && node ./scripts/publish-helper -browser && cd publish && npm publish --tag beta -- access public" ,
15+ "js:publish-nodejs" : " npm run rust:build-nodejs && npm run js:prepublish && node ./scripts/publish-helper -nodejs && cd publish && npm publish --access public" ,
16+ "js:publish-browser" : " npm run rust:build-browser && npm run js:prepublish && node ./scripts/publish-helper -browser && cd publish && npm publish --access public" ,
1717 "js:publish-asm" : " npm run rust:build-asm && npm run js:prepublish && node ./scripts/publish-helper -asmjs && cd publish && npm publish --access public" ,
1818 "postinstall" : " git submodule update --init --recursive && cd binaryen; cmake . && make"
1919 },
You can’t perform that action at this time.
0 commit comments