mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-27 03:54:24 +00:00
Build modern example for Netlify
This commit is contained in:
parent
beac5415ec
commit
459b186f47
3 changed files with 7 additions and 3 deletions
6
deploy.sh
Normal file
6
deploy.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
yarn workspace ani-cursor build
|
||||
yarn workspace webamp build
|
||||
yarn workspace webamp build-library
|
||||
yarn workspace webamp-modern-2 build
|
||||
mv packages/webamp-modern-2/src/build packages/webamp/demo/built/modern
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
"examples/*"
|
||||
],
|
||||
"scripts": {
|
||||
"deploy": "yarn workspace ani-cursor build && yarn workspace webamp build && yarn workspace webamp build-library"
|
||||
"deploy": "sh deploy.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.0.5"
|
||||
|
|
|
|||
|
|
@ -133,9 +133,7 @@ export default class SkinParser {
|
|||
case "status":
|
||||
return this.status(node);
|
||||
case "wasabi:standardframe:nostatus":
|
||||
case "wasabi:standardframe:status":
|
||||
case "componentbucket":
|
||||
case "animatedlayer":
|
||||
case "playlisteditor":
|
||||
case "wasabi:tabsheet":
|
||||
case "wasabi:standardframe:status":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue