Skip to content

Commit

Permalink
add check script
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Jul 21, 2024
1 parent a2c7d6f commit f05cbe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"prebuild": "rimraf ./build",
"build:ts": "tsc -p tsconfig.build.json",
"build": "npm run build:ts",
"check": "tsc --noEmit",
"test:package": "mocha -r ts-node/register test/packageFiles.ts --exit",
"test:integration": "mocha -r ts-node/register test/integrationAdapter.ts --exit",
"test": "mocha -r ts-node/register test/*.ts --exit",
Expand Down

0 comments on commit f05cbe7

Please sign in to comment.