mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
fix CI
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"deploy": "wrangler publish",
|
"deploy": "wrangler publish",
|
||||||
"test": "node -r esbuild-runner/register src/index.test.ts",
|
"test": "node -r esbuild-runner/register src/index.test.ts",
|
||||||
"tsc": "tsc --watch",
|
"tsc": "tsc --watch",
|
||||||
"build": "wrangler publish --outdir dist --dry-run"
|
"build": "wrangler publish src/index.ts --outdir dist --dry-run"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"esbuild-runner": "^2.2.2",
|
"esbuild-runner": "^2.2.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user