Do not update webhooks automatically

This commit is contained in:
Christopher Schleiden
2023-02-16 13:48:36 -08:00
parent 534a048e5f
commit aadb371167
+1 -1
View File
@@ -32,7 +32,7 @@
"clean": "rimraf dist",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"prepublishOnly": "npm run update-webhooks && npm run build && npm run test",
"prepublishOnly": "npm run build && npm run test",
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest",
"test-watch": "NODE_OPTIONS=\"--experimental-vm-modules\" jest --watch",
"update-webhooks": "ts-node-esm script/webhooks/index.ts",