Skip to content

Commit

Permalink
Build the dist for type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Apr 30, 2024
1 parent 5322591 commit 5117caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/light-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"build:watch": "yarn run build --watch",
"build:release": "yarn clean && yarn run build && yarn run build:dist",
"check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"",
"check-types": "tsc",
"check-types": "yarn run build:dist && tsc",
"lint": "eslint --color --ext .ts src/ test/",
"lint:fix": "yarn run lint --fix",
"test": "yarn test:unit",
Expand Down

0 comments on commit 5117caa

Please sign in to comment.