From 369e88069cb755ff903c23aaad5c3dce0051ee6b Mon Sep 17 00:00:00 2001 From: Matas Ubarevicius Date: Thu, 28 Nov 2024 17:06:03 +0200 Subject: [PATCH] fixed typo in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70ee6f5d..3a9b2c48 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "ci-occt": "cd packages/dev/occt && npm ci", "ci-core": "cd packages/dev/core && npm ci", "ci-jscad": "cd packages/dev/jscad && npm ci", - "ci-manifold": "cd packages/dev/manifold && ci", + "ci-manifold": "cd packages/dev/manifold && npm ci", "ci-packages": "npm run ci-base && npm run ci-occt && npm run ci-core && npm run ci-jscad && npm run ci-manifold", "test-base": "cd packages/dev/base && npm run test-c", "test-occt": "cd packages/dev/occt && npm run test-c",