Skip to content

Commit 114c910

Browse files
committed
Ignore TS build failure in build script
...to make it easier to use this in other tooling
1 parent 0af6cf0 commit 114c910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"CODE_OF_CONDUCT.md"
3131
],
3232
"scripts": {
33-
"build": "tsc --project tsconfig.build.json",
33+
"build": "tsc --project tsconfig.build.json || true",
3434
"build:watch": "npm run build -- --watch --incremental",
3535
"lint": "eslint .",
3636
"format:check": "prettier --check .",

0 commit comments

Comments
 (0)