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

feat: disable unix specific code

parent fb00d593
No related branches found
No related tags found
No related merge requests found
......@@ -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}'",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment