diff --git a/package.json b/package.json index 0177807..86dbf51 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,8 @@ "format": "prettier src --write", "test:lint": "eslint --ext .ts src", "test": "npm run test:lint", + "dev:watch:modules": "tsc -w --preserveWatchOutput --declaration --sourceMap --outDir libs -p .", + "dev:watch:bundles": "rollup -w --no-watch.clearScreen -c --configPlugin=swc3", "dev": "vite", "preview": "vite preview", "prepublishOnly": "npm run clean && npm run build"