Skip to content

Commit e99b2ab

Browse files
committed
Fix deploy script
1 parent a30ab82 commit e99b2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)