Skip to content

Commit

Permalink
chore: --no-emit typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Nov 12, 2023
1 parent 806cb33 commit cd8f3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"clean": "del-cli build",
"copy:templates": "copyfiles \"stubs/**/*.stub\" build",
"typecheck": "tsc --no-emit",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
"quick:test": "node --enable-source-maps --loader=ts-node/esm bin/test.ts",
Expand Down

0 comments on commit cd8f3e2

Please sign in to comment.