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",
"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": {
+3 -3
View File
@@ -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": {