Try harder to use monorepo version

This commit is contained in:
Jordan Eldredge 2022-09-20 22:07:45 -07:00
parent 268e947b14
commit 9c665f58db
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
**/node_modules/ **/node_modules/
**/built/ **/built/
**/build/
**/dist/ **/dist/
*.min.js *.min.js

View file

@ -11,7 +11,7 @@ ID = "be420a16-4ef3-43b1-ac62-35869bdf8679"
publish = "build/" publish = "build/"
# Default build command. # Default build command.
command = "npm run build" command = "cd ../webamp && yarn build && cd skin-museum-client && yarn build"
[build.environment] [build.environment]
NODE_VERSION = "17.3.0" NODE_VERSION = "17.3.0"
SKIP_PREFLIGHT_CHECK = "true" SKIP_PREFLIGHT_CHECK = "true"