Skip to content

Commit

Permalink
Remove typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Feb 16, 2024
1 parent f7f39eb commit 4e3837e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"sideEffects": false,
"scripts": {
"build": "pnpm typecheck && remix build",
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build/index.js",
"typecheck": "tsc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"sideEffects": false,
"scripts": {
"build": "pnpm typecheck && remix build --sourcemap && ./upload-sourcemaps.sh",
"build": "remix build --sourcemap && ./upload-sourcemaps.sh",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc",
Expand Down

0 comments on commit 4e3837e

Please sign in to comment.