Remove the test script from yalt
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 4s
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 20s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped

This commit is contained in:
Eric Allam
2023-12-14 14:01:03 +00:00
parent b756305c9a
commit b6491a97c2
+1 -2
View File
@@ -28,8 +28,7 @@
"clean": "rimraf dist",
"build": "npm run clean && npm run build:tsup",
"build:tsup": "tsup --dts-resolve",
"typecheck": "tsc --noEmit",
"test": "jest"
"typecheck": "tsc --noEmit"
},
"dependencies": {
"zod": "3.22.3",