We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30ab82 commit e99b2abCopy full SHA for e99b2ab
package.json
@@ -15,7 +15,7 @@
15
"test:unit": "jest",
16
"lint": "eslint . --ext ts,tsx,js,jsx --rulesdir=packages/webamp-modern/tools/eslint-rules",
17
"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 run deploy",
+ "deploy": "npx turbo run build",
19
"format": "prettier --write '**/*.{js,ts,tsx}'"
20
},
21
"devDependencies": {
0 commit comments