Skip to content

Commit

Permalink
ci: updated typecheck scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhthinh388 committed Jan 27, 2024
1 parent 6d0e354 commit 1799a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"start": "next start ",
"dev": "next dev -p 3002",
"lint": "next lint",
"clean": "rimraf .turbo && rimraf node_modules && rimraf .next",
"typecheck": "tsc --noEmit"
"clean": "rimraf .turbo && rimraf node_modules && rimraf .next"
},
"dependencies": {
"@react-awesome/hooks": "0.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"build": "vite --config ../../vite.config.ts build",
"dev": "vite --watch --config ../../vite.config.ts build",
"lint": "eslint \"src/**/*.ts*\"",
"clean": "rimraf .turbo && rimraf node_modules && rimraf dist",
"typecheck": "tsc --noEmit"
"clean": "rimraf .turbo && rimraf node_modules && rimraf dist"
},
"devDependencies": {
"@react-awesome/eslint-config": "*",
Expand Down

0 comments on commit 1799a28

Please sign in to comment.