Skip to content

Commit

Permalink
Add typecheck to Remix e2e test builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Feb 4, 2024
1 parent 2f89586 commit 450ace8
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": "remix build",
"build": "pnpm typecheck && 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": "remix build --sourcemap && ./upload-sourcemaps.sh",
"build": "pnpm typecheck && remix build --sourcemap && ./upload-sourcemaps.sh",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc",
Expand Down

0 comments on commit 450ace8

Please sign in to comment.