Skip to content

Commit 8c46099

Browse files
committed
Added typecheck script
1 parent 97f991f commit 8c46099

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"module": "dist/index.es.js",
1717
"scripts": {
1818
"build": "npm run clean && cross-env NODE_ENV=production npm run build:ts",
19+
"typecheck": "tsc",
1920
"build:ts": "rollup -c",
2021
"clean": "rimraf dist",
2122
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",

0 commit comments

Comments
 (0)