Skip to content

Commit

Permalink
Merge pull request #155 from ElrondNetwork/remove-testwallets
Browse files Browse the repository at this point in the history
Remove test wallets from the NPM package.
  • Loading branch information
andreibancioiu authored Mar 21, 2022
2 parents 283fc4f + f8c7efd commit 46fdd04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
src/testdata/**
src/testdata/**
src/testutils/testwallets/**
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"compile-browser-nowallet-min": "tsc -p tsconfig.json && browserify out/index.js -o out-browser/erdjs.nowallet.min.js --standalone erdjs --exclude=**/walletcore/** -p tinyify -p esmify",
"compile": "tsc -p tsconfig.json && npm run copy-files",
"compile-proto": "npx pbjs -t static-module -w commonjs -o src/proto/compiled.js src/proto/transaction.proto && npx pbts -o src/proto/compiled.d.ts src/proto/compiled.js",
"copy-files": "mkdir -p out/testutils/ && cp -R src/testutils/testwallets out/testutils/ && mkdir -p out/abi/ && cp -R src/abi/* out/abi/",
"copy-files": "mkdir -p out/testutils/ && mkdir -p out/abi/ && cp -R src/abi/* out/abi/",
"browser-tests": "make clean && make browser-tests && http-server --port=9876 -o browser-tests/index.html",
"lint": "tslint --project .",
"pretest": "npm run compile",
Expand Down

0 comments on commit 46fdd04

Please sign in to comment.