Skip to content

Commit f098234

Browse files
author
Domino987
committed
remove type checks
1 parent 5b0159b commit f098234

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

package-lock.json

Lines changed: 25 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint:fix": "npx eslint src/** -c ./.eslintrc --ignore-path ./.eslintignore --fix",
2424
"prettify": "npx prettier -c ./.prettierrc --write **/*.js",
2525
"pretest": "npm run build",
26-
"test": "npx jest && check-dts **/*.ts",
26+
"test": "npx jest",
2727
"test:build": "npx jest __tests__/post.build.test.js",
2828
"prerelease:major": "npm run test",
2929
"prerelease:minor": "npm run test",

0 commit comments

Comments
 (0)