Skip to content

Commit 8c0fed3

Browse files
authored
Merge pull request #224 from appwrite/dev
2 parents 72cd1a6 + 1da249a commit 8c0fed3

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
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/appwrite/sdk-for-cli"
1515
},
1616
"scripts": {
17-
"build": "tsc",
17+
"build": "tsc || true",
1818
"prepublishOnly": "npm run build",
1919
"test": "echo \"Error: no test specified\" && exit 1",
2020
"linux-x64": "npm run build && pkg -t node18-linux-x64 -o build/appwrite-cli-linux-x64 package.json",

0 commit comments

Comments
 (0)