rename script to testcases

This commit is contained in:
mdgriffith 2020-07-25 10:30:35 -04:00
parent 2eb1660308
commit 1fd0880169

View File

@ -17,7 +17,7 @@
"lint": "tsdx lint",
"prepare": "tsdx build",
"run": "ts-node -O \"{\\\"module\\\": \\\"CommonJS\\\"}\" src/index.ts",
"examples": "ts-node ./scripts/compile-examples.ts"
"testcases": "ts-node ./scripts/compile-examples.ts"
},
"peerDependencies": {},
"husky": {