1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

refactor: Update build scripts and asset management across packages (#2558)

This commit is contained in:
Paweł Kuna
2025-12-02 18:51:54 +01:00
committed by GitHub
parent f264470d8f
commit f9d6076014
4 changed files with 31 additions and 12 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"private": true,
"scripts": {
"build": "pnpm run clean && pnpm run js && pnpm run css && pnpm run html ",
"build": "pnpm run clean && pnpm run build-assets && pnpm run html",
"build-assets": "concurrently \"pnpm run js\" \"pnpm run css\"",
"html": "eleventy",
"js": "pnpm run js-compile && pnpm run js-minify",
"js-compile": "rollup --config .build/rollup.config.mjs --sourcemap",