ci: deploy to cloudflare (#19)

This commit is contained in:
Albert Pai
2024-07-30 02:15:38 -07:00
committed by GitHub
parent 58af0dea8c
commit 49196273b0
3 changed files with 87 additions and 12 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"playground:dev": "pnpm run --filter=playground dev",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"build": "pnpm run -r build",
"test": "pnpm run -r test",
"typecheck": "pnpm run -r typecheck"
},