Skip to content

Commit 224b4b8

Browse files
committed
Revive Webamp modern on Netlify
1 parent f35f124 commit 224b4b8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:unit": "jest",
1616
"lint": "eslint . --ext ts,tsx,js,jsx --rulesdir=packages/webamp-modern/tools/eslint-rules",
1717
"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",
18-
"deploy": "npx turbo webamp#build --concurrency 1",
18+
"deploy": "npx turbo webamp#build webamp-modern#build --concurrency 1 && mv packages/webamp-modern/build packages/webamp/dist/demo-site/modern",
1919
"format": "prettier --write '**/*.{js,ts,tsx}'"
2020
},
2121
"devDependencies": {

turbo.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"dependsOn": ["ani-cursor#build", "winamp-eqf#build"],
4848
"outputs": []
4949
},
50+
"webamp-modern#build": {
51+
"outputs": []
52+
},
5053
"webamp-modern#test": {
5154
"outputs": []
5255
},

0 commit comments

Comments
 (0)