rely on gpx postinstall script to build the library

This commit is contained in:
vcoppe
2024-09-24 13:45:30 +02:00
parent 9a2541b6f3
commit 4c56468970
4 changed files with 11 additions and 20 deletions

View File

@@ -22,6 +22,6 @@
},
"scripts": {
"build": "tsc",
"postinstall": "npm run build"
"postinstall": "npm install && npm run build"
}
}