mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
fix testing command
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"build-cjs": "esbuild index.ts --outfile=dist/index.cjs --target=es6 --global-name=pmtiles --bundle --format=cjs",
|
||||
"build-tsc": "tsc --declaration --emitDeclarationOnly --outdir dist",
|
||||
"build": "npm run build-iife && npm run build-esm && npm run build-cjs && npm run build-tsc",
|
||||
"test": "node -r esbuild-runner/register index.test.ts",
|
||||
"test": "node -r esbuild-runner/register test/index.test.ts",
|
||||
"tsc": "tsc --noEmit --watch",
|
||||
"prettier": "prettier --write *.ts"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user