diff --git a/package.json b/package.json index 4144079b..778c7acc 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/turbo.json b/turbo.json index 4ef5097c..8fbdc85f 100644 --- a/turbo.json +++ b/turbo.json @@ -47,6 +47,9 @@ "dependsOn": ["ani-cursor#build", "winamp-eqf#build"], "outputs": [] }, + "webamp-modern#build": { + "outputs": [] + }, "webamp-modern#test": { "outputs": [] },