refactor: group asset-related files

Fixes #15
This commit is contained in:
Oliver Davies 2022-07-22 21:39:49 +01:00
parent 36d55283d2
commit 3e8421d8b7
11 changed files with 55 additions and 54 deletions

View file

@ -13,8 +13,8 @@ x-assets: &default-assets
services:
css:
<<: *default-assets
command: "./run yarn:build:css"
command: "../run yarn:build:css"
js:
<<: *default-assets
command: "./run yarn:build:js"
command: "../run yarn:build:js"