mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Try harder to use monorepo version
This commit is contained in:
parent
268e947b14
commit
9c665f58db
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
**/node_modules/
|
**/node_modules/
|
||||||
**/built/
|
**/built/
|
||||||
|
**/build/
|
||||||
**/dist/
|
**/dist/
|
||||||
*.min.js
|
*.min.js
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue