fix build

This commit is contained in:
wass08
2026-02-05 10:06:35 +09:00
parent 264db13390
commit 2baa070630
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@pascal-app/core", "name": "@pascal-app/core",
"version": "0.1.9", "version": "0.1.10",
"description": "Core library for Pascal 3D building editor", "description": "Core library for Pascal 3D building editor",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
@@ -17,8 +17,8 @@
"README.md" "README.md"
], ],
"scripts": { "scripts": {
"build": "tsc --declaration --emitDeclarationOnly && tsc", "build": "tsc --build",
"dev": "tsc --declaration --emitDeclarationOnly --watch & tsc --watch", "dev": "tsc --build --watch",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"peerDependencies": { "peerDependencies": {
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@pascal-app/viewer", "name": "@pascal-app/viewer",
"version": "0.1.9", "version": "0.1.10",
"description": "3D viewer component for Pascal building editor", "description": "3D viewer component for Pascal building editor",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
@@ -17,8 +17,8 @@
"README.md" "README.md"
], ],
"scripts": { "scripts": {
"build": "tsc --declaration --emitDeclarationOnly && tsc", "build": "tsc --build",
"dev": "tsc --declaration --emitDeclarationOnly --watch & tsc --watch", "dev": "tsc --build --watch",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"peerDependencies": { "peerDependencies": {