Skip to content

Commit

Permalink
fixed typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matas-bitbybit-dev committed Nov 28, 2024
1 parent c41382b commit 369e880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 369e880

Please sign in to comment.