Skip to content

Commit 3559d7f

Browse files
committed
Add build comand
1 parent 6892d77 commit 3559d7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"tendermint-test-local": "cargo build --release && NODE_ENV=production ts-node src/tendermint.test/local.ts",
2323
"tendermint-test-remote": "NODE_ENV=production ts-node src/tendermint.test/remote.ts",
2424
"lint": "tslint -p . && prettier 'src/**/*.{ts, json}' -l",
25-
"fmt": "tslint -p . --fix && prettier 'src/**/*.{ts, json}' --write"
25+
"fmt": "tslint -p . --fix && prettier 'src/**/*.{ts, json}' --write",
26+
"build": "tsc -p ."
2627
},
2728
"devDependencies": {
2829
"@types/chai": "^4.1.7",

0 commit comments

Comments
 (0)