We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6892d77 commit 3559d7fCopy full SHA for 3559d7f
test/package.json
@@ -22,7 +22,8 @@
22
"tendermint-test-local": "cargo build --release && NODE_ENV=production ts-node src/tendermint.test/local.ts",
23
"tendermint-test-remote": "NODE_ENV=production ts-node src/tendermint.test/remote.ts",
24
"lint": "tslint -p . && prettier 'src/**/*.{ts, json}' -l",
25
- "fmt": "tslint -p . --fix && prettier 'src/**/*.{ts, json}' --write"
+ "fmt": "tslint -p . --fix && prettier 'src/**/*.{ts, json}' --write",
26
+ "build": "tsc -p ."
27
},
28
"devDependencies": {
29
"@types/chai": "^4.1.7",
0 commit comments