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

[enh] #1037 Miss postinstall script to run "tsc"

parent b7f9f4df
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
"test": "test" "test": "test"
}, },
"scripts": { "scripts": {
"postinstall": "tsc",
"tsc": "tsc", "tsc": "tsc",
"test": "mocha --growl --timeout 20000 test test/fast test/integration test/", "test": "mocha --growl --timeout 20000 test test/fast test/integration test/",
"start": "node bin/duniter start", "start": "node bin/duniter start",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment