We finally have a workflow again
Some checks failed
Test, Build, Deploy / Test, Build, and Deploy (push) Failing after 1m28s
Test, Build, Deploy / Create Sentry Release (push) Has been skipped

This commit is contained in:
2026-03-13 04:03:08 -04:00
parent 7d29433c36
commit 9ab695c6a7
2 changed files with 59 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"build": "remix build --sourcemap",
"check-format": "prettier -c .",
"format": "prettier -wc .",
"publish": "remix build --sourcemap && wrangler pages deploy public"
},