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

[fix] #1046 Run `tsc` at prepublish phase

parent 220c7919
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
"test": "test"
},
"scripts": {
"postinstall": "tsc",
"prepublish": "tsc",
"tsc": "tsc",
"test": "nyc --reporter html mocha",
"start": "node bin/duniter start",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment