diff --git a/package.json b/package.json index 6e80bcaa2fbc05a031049e6c94a1bd8157434ecf..c65c301ba209236dcec0b1dd7cf8339ac6938222 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "mocha --growl --timeout 20000 test test/fast test/fast/block test/integration test/", "start": "node bin/ucoind start", "test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --timeout 20000 test test/fast test/fast/block test/integration test/", - "postinstall": "mkdir ui && cd ui && npm pack ucoin-ui@0.1.19 && tar xzf ucoin-ui-0.1.19.tgz && cd package && npm install --unsafe perm && cd .. && rm ucoin-ui-0.1.19.tgz" + "postinstall": "mkdir ui && cd ui && npm pack ucoin-ui@0.1.19 && tar xzf ucoin-ui-0.1.19.tgz && cd package && npm install && cd .. && rm ucoin-ui-0.1.19.tgz" }, "repository": { "type": "git",