Skip to content

Commit

Permalink
build: add typecheck for playground
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwessel committed Apr 16, 2024
1 parent 4e229dc commit 038256f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build": "rm -rf ./dist && tsc -b src",
"test:code": "eslint --max-warnings=0 --ext .js,.ts,.tsx .",
"start": "vite playground",
"build:playground": "vite build playground",
"typecheck": "tsc --noEmit",
"build:playground": "npm run typecheck --project ./playground/tsconfig.json && vite build playground",
"preview": "npm run build:playground && vite preview --outDir ./public"
},
"dependencies": {
Expand Down

0 comments on commit 038256f

Please sign in to comment.