improving scripts upper level to easier running

This commit is contained in:
talksik
2022-06-12 12:25:44 -05:00
parent aa1755c301
commit a606f98c3c
+10 -5
View File
@@ -1,6 +1,11 @@
{
"private": true,
"name": "nirvana",
"workspaces": ["packages/*"],
"scripts": {}
}
"private": true,
"name": "nirvana",
"workspaces": [
"packages/*"
],
"scripts": {
"api": "yarn workspace @nirvana/api dev",
"desktop": "yarn workspace @nirvana/desktop dev"
}
}