run dev playground with concurrently

This commit is contained in:
Robert Soriano
2022-10-30 17:35:23 -07:00
parent fc225ced0a
commit 0ee322c8a2
4 changed files with 45 additions and 7 deletions

View File

@@ -28,6 +28,7 @@
"module.mjs"
],
"scripts": {
"dev": "concurrently \"pnpm build --watch\" \"pnpm --filter playground dev\"",
"prepublishOnly": "nr build",
"build": "tsup",
"lint": "eslint .",
@@ -50,6 +51,7 @@
"@trpc/client": "10.0.0-rc.2",
"@trpc/server": "10.0.0-rc.2",
"bumpp": "^8.2.1",
"concurrently": "^7.5.0",
"eslint": "^8.25.0",
"nuxt": "3.0.0-rc.12",
"pnpm": "^7.14.1",