You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ci-packages": "npm run ci-base && npm run ci-core && npm run ci-threejs && npm run ci-babylonjs && npm run ci-occt-worker && npm run ci-occt && npm run ci-jscad-worker && npm run ci-jscad && npm run ci-manifold-worker && npm run ci-manifold",
"rm-dist-packages": "npm run rm-dist-base-if-exists && npm run rm-dist-core-if-exists && npm run rm-dist-threejs-if-exists && npm run rm-dist-babylonjs-if-exists && npm run rm-dist-occt-worker-if-exists && npm run rm-dist-occt-if-exists && npm run rm-dist-jscad-worker-if-exists && npm run rm-dist-jscad-if-exists && npm run rm-dist-manifold-worker-if-exists && npm run rm-dist-manifold-if-exists",
29
29
"build-base": "cd packages/dev/base && npm run build-p",
30
30
"build-core": "cd packages/dev/core && npm run build-p",
@@ -37,7 +37,7 @@
37
37
"build-manifold-worker": "cd packages/dev/manifold-worker && npm run build-p",
38
38
"build-manifold": "cd packages/dev/manifold && npm run build-p",
39
39
"build-packages": "npm run build-base && npm run build-occt && npm run build-jscad && npm run build-manifold && npm run build-occt-worker && npm run build-jscad-worker && npm run build-manifold-worker && npm run build-core && npm run build-babylonjs && npm run build-threejs",
40
-
"rebuild-all-packages": "npm run rm-dist-packages && npm run build-packages",
40
+
"rebuild-all-packages": "npm run rm-dist-packages && npm run build-packages",
41
41
"install-rebuild-all-packages": "npm run ci-packages && npm run rebuild-all-packages",
42
42
"test-base": "cd packages/dev/base && npm run test-c",
43
43
"test-occt": "cd packages/dev/occt && npm run test-c",
0 commit comments