Update build
This commit is contained in:
@ -93,7 +93,11 @@
|
|||||||
"build.sh",
|
"build.sh",
|
||||||
"package.json",
|
"package.json",
|
||||||
"package-lock.json",
|
"package-lock.json",
|
||||||
"setuptest.sh"
|
"setuptest.sh",
|
||||||
|
"utils",
|
||||||
|
"update.sh",
|
||||||
|
"phpstan.neon.dist",
|
||||||
|
"rector.php"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"translate": true
|
"translate": true
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "composer install --no-dev",
|
"prebuild": "composer install -o --no-dev",
|
||||||
"prebuild:dev": "composer install",
|
"prebuild:dev": "composer install",
|
||||||
"build": "npm run uglify && npm run makepot && npm run cleancss && npm run archive",
|
"build": "npm run uglify && npm run makepot && npm run cleancss && npm run archive",
|
||||||
"build:dev": "npm run uglify && npm run makepot && npm run cleancss",
|
"build:dev": "npm run uglify && npm run makepot && npm run cleancss",
|
||||||
|
Reference in New Issue
Block a user