Skip to content

Commit e1ee2b8

Browse files
committed
💚 ci: fix ci
1 parent ed9e843 commit e1ee2b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
"type": "module",
88
"scripts": {
99
"build": "tsc && vite build",
10+
"ci": "npm run lint && npm run type-check",
1011
"dev": "vite",
1112
"lint": "eslint \"{src,api,docs}/**/*.{js,jsx,ts,tsx}\" --fix",
12-
"preview": "vite preview"
13+
"preview": "vite preview",
14+
"type-check": "tsc --noEmit"
1315
},
1416
"dependencies": {
1517
"@lobehub/ui": "^1.108.2",

0 commit comments

Comments
 (0)