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