Skip to content

Commit eaba966

Browse files
committed
Try to fix netlify deploy
1 parent 41cfbbb commit eaba966

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

deploy.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
2-
command = "pnpm deploy"
2+
command = "pnpm run deploy"
33
publish = "packages/webamp/dist/demo-site/"
44

55
# A short URL for listeners of https://changelog.com/podcast/291

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

0 commit comments

Comments
 (0)