diff --git a/package.json b/package.json index 558b4ee70920d0c1f0f4daf091e00c4751e6753f..29ebe2b06ce040607d8e13f3bf62c071ca452d46 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "test": "DUNITER_JS_TESTS=yes DUNITER_LOG_STDOUT=no nyc --reporter html mocha", "start": "cargo run -- start", "build": "./neon/build.sh && cd.. && tsc && cd \"../node_modules/duniter-ui\" && npm install && npm run build", - "install": "./neon/build.sh", + "install": "cd neon && neon build --release", "lint": "lint-staged", "prettier": "prettier --write app/**/*/*.ts", "format:check": "prettier --list-different 'app/**/*.{ts,json}'",