6 lines
92 B
TOML
6 lines
92 B
TOML
[package]
|
|
before_cmds = [
|
|
"composer install",
|
|
"npm install",
|
|
"npm run build",
|
|
]
|