diff --git a/packages/core/package.json b/packages/core/package.json index 075b8637..58b19da5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@pascal-app/core", - "version": "0.1.9", + "version": "0.1.10", "description": "Core library for Pascal 3D building editor", "type": "module", "main": "./dist/index.js", @@ -17,8 +17,8 @@ "README.md" ], "scripts": { - "build": "tsc --declaration --emitDeclarationOnly && tsc", - "dev": "tsc --declaration --emitDeclarationOnly --watch & tsc --watch", + "build": "tsc --build", + "dev": "tsc --build --watch", "prepublishOnly": "npm run build" }, "peerDependencies": { diff --git a/packages/viewer/package.json b/packages/viewer/package.json index c8e10fc4..774f8ef6 100644 --- a/packages/viewer/package.json +++ b/packages/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@pascal-app/viewer", - "version": "0.1.9", + "version": "0.1.10", "description": "3D viewer component for Pascal building editor", "type": "module", "main": "./dist/index.js", @@ -17,8 +17,8 @@ "README.md" ], "scripts": { - "build": "tsc --declaration --emitDeclarationOnly && tsc", - "dev": "tsc --declaration --emitDeclarationOnly --watch & tsc --watch", + "build": "tsc --build", + "dev": "tsc --build --watch", "prepublishOnly": "npm run build" }, "peerDependencies": {