dev: Improvements to build scripts (#232)

* dev: make sure that stuff is building properly

* chore: changelog

* remove npx
This commit is contained in:
Henri Vasserman 2025-04-12 05:00:48 +03:00 committed by GitHub
parent 51bd058f2d
commit 20f1d40b61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 496 additions and 22 deletions

View file

@ -17,9 +17,10 @@
"devDependencies": {
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"esbuild": "^0.25.2",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.0",
"postcss-import-url": "^7.2.0",
"postcss-url": "^10.1.3"
}
}
}