Fix deploy script

This commit is contained in:
Jordan Eldredge 2025-07-15 19:02:17 -07:00
parent a30ab82ccc
commit e99b2ab6f7

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