mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Revive Webamp modern on Netlify
This commit is contained in:
parent
f35f1242ca
commit
224b4b8058
2 changed files with 4 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -47,6 +47,9 @@
|
|||
"dependsOn": ["ani-cursor#build", "winamp-eqf#build"],
|
||||
"outputs": []
|
||||
},
|
||||
"webamp-modern#build": {
|
||||
"outputs": []
|
||||
},
|
||||
"webamp-modern#test": {
|
||||
"outputs": []
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue