diff --git a/.gitignore b/.gitignore index 2c34f35a..74884b31 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ coverage/ yarn.lock webpack.*.js .DS_Store -tmp \ No newline at end of file +tmp* diff --git a/package.json b/package.json index f1cb99e2..61203c44 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,9 @@ "test-browser": "NODE_BACKEND=js bmocha --reporter spec test/*.js", "test-file": "bmocha --reporter spec", "test-file-browser": "NODE_BACKEND=js bmocha --reporter spec", - "test-ci": "nyc -a -n 'lib/**/*.js' --reporter=lcov --reporter=text npm run test" + "test-ci": "nyc -a -n 'lib/**/*.js' --reporter=lcov --reporter=text npm run test", + "dev": "./bin/fcoin --prefix=\"${PWD}/tmp\" --network=testnet", + "livenet": "./bin/fcoin --prefix=\"${PWD}/tmp\"" }, "browser": { "./lib/hd/nfkd": "./lib/hd/nfkd-compat.js",