Update build

This commit is contained in:
David Stone
2025-04-14 11:47:23 -06:00
parent d3e1f2896a
commit 2dfe5ae78a
2 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"translate": true
},
"scripts": {
"prebuild": "composer install --no-dev",
"prebuild": "composer install -o --no-dev",
"prebuild:dev": "composer install",
"build": "npm run uglify && npm run makepot && npm run cleancss && npm run archive",
"build:dev": "npm run uglify && npm run makepot && npm run cleancss",