From 2baa0706303a6517a699f24f2c2ea38d9a9a64f3 Mon Sep 17 00:00:00 2001 From: wass08 Date: Thu, 5 Feb 2026 10:06:35 +0900 Subject: [PATCH] fix build --- packages/core/package.json | 6 +++--- packages/viewer/package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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": {