Revive Webamp modern on Netlify

This commit is contained in:
Jordan Eldredge 2025-07-15 19:33:26 -07:00
parent f35f1242ca
commit 224b4b8058
2 changed files with 4 additions and 1 deletions

View file

@ -15,7 +15,7 @@
"test:unit": "jest",
"lint": "eslint . --ext ts,tsx,js,jsx --rulesdir=packages/webamp-modern/tools/eslint-rules",
"type-check": "pnpm --filter webamp type-check && pnpm --filter ani-cursor type-check && pnpm --filter skin-database type-check && pnpm --filter webamp-docs type-check && pnpm --filter winamp-eqf type-check",
"deploy": "npx turbo webamp#build --concurrency 1",
"deploy": "npx turbo webamp#build webamp-modern#build --concurrency 1 && mv packages/webamp-modern/build packages/webamp/dist/demo-site/modern",
"format": "prettier --write '**/*.{js,ts,tsx}'"
},
"devDependencies": {

View file

@ -47,6 +47,9 @@
"dependsOn": ["ani-cursor#build", "winamp-eqf#build"],
"outputs": []
},
"webamp-modern#build": {
"outputs": []
},
"webamp-modern#test": {
"outputs": []
},