We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cd1a6 commit 1da249aCopy full SHA for 1da249a
package.json
@@ -14,7 +14,7 @@
14
"url": "https://github.com/appwrite/sdk-for-cli"
15
},
16
"scripts": {
17
- "build": "tsc",
+ "build": "tsc || true",
18
"prepublishOnly": "npm run build",
19
"test": "echo \"Error: no test specified\" && exit 1",
20
"linux-x64": "npm run build && pkg -t node18-linux-x64 -o build/appwrite-cli-linux-x64 package.json",
0 commit comments