Skip to content

Commit bf3b1d9

Browse files
committed
ci(package.json): tsc check on npm run check
1 parent d336e6b commit bf3b1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"storybook:dev": "start-storybook .storybook --no-manager-cache .storybook/static -p 9001",
112112
"storybook:build": "build-storybook .storybook --no-manager-cache .storybook/static -o dist",
113113
"library:build": "rollup -c && npm run copypackage && npm run copyreadme",
114-
"check": "npm run test && npm run prettier:check && npm run lint:check",
114+
"check": "npm run test && npm run prettier:check && npm run lint:check && tsc",
115115
"copypackage": "cp -rf package.json lib",
116116
"copyreadme": "cp -rf README.md lib",
117117
"dist": "npm run check && npm run library:build && cd lib && npm publish",

0 commit comments

Comments
 (0)