Add Cloudflare public cache publisher

This commit is contained in:
2026-05-09 12:10:20 -04:00
parent a5d215564a
commit e7a2afeec0
2 changed files with 156 additions and 0 deletions
+2
View File
@@ -4,7 +4,9 @@
"private": true,
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.json --outDir dist",
"check": "tsc --noEmit -p tsconfig.json",
"public-cache:publish": "npm run build && node scripts/publish_public_cache.mjs",
"test": "tsc -p tsconfig.test.json --outDir dist && node --test dist/tests/*.test.js"
},
"devDependencies": {