Skip to content
Snippets Groups Projects
Commit 23eec459 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: UI is not launching

parent 2b1664b9
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"test": "mocha --growl --timeout 20000 test test/fast test/fast/block test/integration test/", "test": "mocha --growl --timeout 20000 test test/fast test/fast/block test/integration test/",
"start": "node bin/ucoind start", "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/", "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 -p && 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 --unsafe perm && cd .. && rm ucoin-ui-0.1.19.tgz"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment