Change directories correctly

This commit is contained in:
Jordan Eldredge 2022-09-20 22:22:37 -07:00
parent 3a387d761f
commit 0d67d681ce

View file

@ -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"