Skip to content

Commit

Permalink
Remove typecheck:example script
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Apr 2, 2024
1 parent 43e721f commit b969e3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
"lint": "eslint --ignore-path .gitignore --max-warnings 0 '**/*.{js,jsx,ts,tsx}'",
"test": "node --test",
"typecheck": "tsc --noEmit -p ./jsconfig.json",
"typecheck:example": "tsc --noEmit -p ./example/jsconfig.json",
"typecheck:odin": "odin check example -target:js_wasm32",
"build-test": "npm run build && npm run typecheck && npm run typecheck:example && npm run test"
"build-test": "npm run build && npm run typecheck && npm run test"
},
"devDependencies": {
"@types/node": "^20.10.7",
Expand Down

0 comments on commit b969e3a

Please sign in to comment.