remove dist folder

This commit is contained in:
vcoppe
2024-09-16 11:12:31 +02:00
parent 8e37a308c3
commit c63e5cfb6b
12 changed files with 6 additions and 1941 deletions

View File

@@ -15,12 +15,13 @@
"immer": "^10.1.1",
"ts-node": "^10.9.2"
},
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/geojson": "^7946.0.14",
"@types/node": "^20.14.6",
"typescript": "^5.4.5"
},
"scripts": {
"build": "tsc",
"postinstall": "npm run build"
}
}