Skip to content

Commit d9f5941

Browse files
committed
chore: safer tsc command
1 parent b8b89d6 commit d9f5941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"scripts": {
1111
"format": "prettier --write .",
12-
"tsc": "tsc -p src/tsconfig.json || echo done",
12+
"tsc": "tsc -p src/tsconfig.json",
1313
"build": "npm run tsc",
1414
"prepare": "npm run build",
1515
"bump": "ncu -u -x coffeescript"

0 commit comments

Comments
 (0)