mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Change directories correctly
This commit is contained in:
parent
3a387d761f
commit
0d67d681ce
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ ID = "be420a16-4ef3-43b1-ac62-35869bdf8679"
|
|||
publish = "build/"
|
||||
|
||||
# Default build command.
|
||||
command = "cd ../webamp && yarn build-library && cd skin-museum-client && yarn build"
|
||||
command = "cd ../webamp && yarn build-library && cd ../skin-museum-client && yarn build"
|
||||
[build.environment]
|
||||
NODE_VERSION = "17.3.0"
|
||||
SKIP_PREFLIGHT_CHECK = "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue