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

@ -93,7 +93,11 @@
"build.sh",
"package.json",
"package-lock.json",
"setuptest.sh"
"setuptest.sh",
"utils",
"update.sh",
"phpstan.neon.dist",
"rector.php"
]
},
"extra": {

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",