We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b89d6 commit d9f5941Copy full SHA for d9f5941
package.json
@@ -9,7 +9,7 @@
9
"license": "MIT",
10
"scripts": {
11
"format": "prettier --write .",
12
- "tsc": "tsc -p src/tsconfig.json || echo done",
+ "tsc": "tsc -p src/tsconfig.json",
13
"build": "npm run tsc",
14
"prepare": "npm run build",
15
"bump": "ncu -u -x coffeescript"
0 commit comments