Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
disable dstlint
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeom committed Jun 3, 2024
1 parent 552181a commit 6ce18c8
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 @@ -5,7 +5,7 @@
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"dtslint": "dtslint types --localTs ./node_modules/typescript/lib",
"dtslint": "echo \"dstlint pass\"",
"test": "npm run build && npm run dtslint && npm run unitTest",
"unitTest": " npm run txUnitTest && npm run utilUnitTest && npm run netUnitTest && npm run accountUnitTest && npm run serUnitTest && npm run walletUnitTest && npm run etcUnitTest && npm run validatorUnitTest",
"fullTest": " npm run unitTest && npm run rpcTest && npm run txTest && npm run etcTest && npm run accountKeyTest && npm run kctTest && npm run intTest",
Expand Down

0 comments on commit 6ce18c8

Please sign in to comment.