7 lines
90 B
TOML
7 lines
90 B
TOML
[package]
|
|
before_cmds = [
|
|
"composer install --no-dev -a",
|
|
"npm ci",
|
|
"npm run build",
|
|
]
|