Alter PurgeCSS configuration, build command
This commit is contained in:
parent
8496339ccb
commit
b5aeb110d3
2 changed files with 3 additions and 4 deletions
|
|
@ -1,10 +1,9 @@
|
|||
[build]
|
||||
command = """
|
||||
composer test && \
|
||||
composer build && \
|
||||
npm run lint --fix-dry-run && \
|
||||
npm run production && \
|
||||
cp -R source/build output_prod
|
||||
composer production
|
||||
"""
|
||||
publish = "output_prod"
|
||||
environment = { PHP_VERSION = "7.2" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue