Skip to content

Commit

Permalink
Try harder to use monorepo version
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Sep 21, 2022
1 parent 268e947 commit 9c665f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**/node_modules/
**/built/
**/build/
**/dist/
*.min.js
*.min.js
2 changes: 1 addition & 1 deletion packages/skin-museum-client/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ID = "be420a16-4ef3-43b1-ac62-35869bdf8679"
publish = "build/"

# Default build command.
command = "npm run build"
command = "cd ../webamp && yarn build && cd skin-museum-client && yarn build"
[build.environment]
NODE_VERSION = "17.3.0"
SKIP_PREFLIGHT_CHECK = "true"
Expand Down

0 comments on commit 9c665f5

Please sign in to comment.