Skip to content
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
"source": [
"src/index.ts"
],
"optimize": true,
"publicUrl": "/hacsfiles/ha-weather-forecast-card/",
"includeNodeModules": true
}
},
"scripts": {
"dev": "parcel serve test/app/index.html test/app/resources/img/*.svg --open",
"build": "parcel build --no-source-maps --target module",
"build:debug": "parcel build --target module --no-optimize",
"clean": "rm -rf ./dist/ ./.parcel-cache",
"preview": "parcel serve test/app/index.html --no-hmr"
},
Expand Down