Skip to content

Commit

Permalink
Remove tsc script
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Aug 14, 2024
1 parent 2ab478a commit a21aa40
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 @@ -23,8 +23,7 @@
"typecheck": "tsc --noEmit --project tsconfig.json",
"cypress": "cypress open",
"prepare": "husky install",
"deprecate-old-versions": "node scripts/deprecate-old-versions.mjs",
"tsc": "tsc"
"deprecate-old-versions": "node scripts/deprecate-old-versions.mjs"
},
"main": "dist/main.js",
"module": "dist/module.js",
Expand Down

0 comments on commit a21aa40

Please sign in to comment.