mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Try to fix netlify deploy
This commit is contained in:
parent
41cfbbb63c
commit
eaba9667e2
3 changed files with 2 additions and 8 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue