mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
re-prettier pmtiles.ts; add prettier task
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
"build-tsc": "tsc --declaration --outdir dist",
|
||||
"build": "npm run build-iife && npm run build-esm && npm run build-tsc",
|
||||
"test": "node -r esbuild-runner/register pmtiles.test.ts",
|
||||
"tsc": "tsc --noEmit --watch"
|
||||
"tsc": "tsc --noEmit --watch",
|
||||
"prettier": "prettier --write pmtiles.ts"
|
||||
},
|
||||
"homepage": "https://github.com/protomaps/pmtiles",
|
||||
"author": "Brandon Liu",
|
||||
|
||||
Reference in New Issue
Block a user