Skip to content

Commit

Permalink
chore: run test:types as part of npm test (#475)
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos authored May 22, 2024
1 parent 37f0df7 commit a07989a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"format": "prettier --write .",
"lint": "npm run test:lint",
"start": "cross-env FIL_WALLET_ADDRESS=0x000000000000000000000000000000000000dEaD STATE_ROOT=.state CACHE_ROOT=.cache node ./bin/station.js",
"test": "npm run test:lint && npm run test:unit",
"test": "npm run test:lint && npm run test:types && npm run test:unit",
"test:lint": "prettier --check . && standard",
"test:types": "tsc -p .",
"test:unit": "cross-env STATE_ROOT=test/.state CACHE_ROOT=test/.cache node --no-warnings=ExperimentalWarning node_modules/mocha/bin/_mocha",
Expand Down

0 comments on commit a07989a

Please sign in to comment.