mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
My plan is to move the existing package into a workspace and then split out the things that really ought to be their own packages. For example, the demo site and the experiments really ought to be separate. Fix lint command
14 lines
265 B
JSON
14 lines
265 B
JSON
{
|
|
"name": "webamp-monorepo",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"deploy": "yarn workspace webamp build && yarn workspace webamp build-library"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.0.5"
|
|
},
|
|
"prettier": {}
|
|
}
|