Try to fix netlify deploy

This commit is contained in:
Jordan Eldredge 2025-07-15 18:57:35 -07:00
parent 41cfbbb63c
commit eaba9667e2
3 changed files with 2 additions and 8 deletions

View file

@ -1,6 +0,0 @@
#!/bin/bash
pnpm --filter ani-cursor build
pnpm --filter webamp build
pnpm --filter webamp build-library
pnpm --filter webamp-modern build
mv packages/webamp-modern/build packages/webamp/dist/demo-site/modern

View file

@ -1,5 +1,5 @@
[build]
command = "pnpm deploy"
command = "pnpm run deploy"
publish = "packages/webamp/dist/demo-site/"
# A short URL for listeners of https://changelog.com/podcast/291

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": "sh deploy.sh",
"deploy": "npx turbo run deploy",
"format": "prettier --write '**/*.{js,ts,tsx}'"
},
"devDependencies": {