Update package.json

Fix calling --watch for tsup when using "dev" command
This commit is contained in:
Webdesign29
2022-11-19 22:11:12 +01:00
committed by GitHub
parent 8ba002407a
commit 9e443ac559

View File

@@ -18,7 +18,7 @@
"dist"
],
"scripts": {
"dev": "concurrently \"pnpm build --watch\" \"pnpm --filter playground dev\"",
"dev": "concurrently \"pnpm build -- --watch\" \"pnpm --filter playground dev\"",
"dev:prepare": "pnpm build && nuxt prepare playground",
"prepublishOnly": "pnpm build",
"build": "tsup",