diff --git a/package.json b/package.json index 04aa2bf..3d95e7c 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "scripts": { "postinstall": "rimraf -I -g ./node_modules/@types/deck.gl* ./node_modules/@types/luma.gl* ./node_modules/@types/math.gl* ./node_modules/@types/mapbox-gl", "watch": "vite watch", + "prebuild": "tsc", "build": "vite build", "prepublishOnly": "$npm_execpath run build", "test": "jest",