From db8807e65b8ab0f77212badef7dd00a79a2f6b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CIsaac?= Date: Thu, 10 Oct 2024 00:12:18 +1000 Subject: [PATCH] chore: fix test:bundlers-smoke-test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79091849..96476b3f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "test": "yarn test:packages && yarn test:node-smoke-test && yarn test:bundlers-smoke-test && yarn lint", "test:packages": "yarn workspaces foreach -A -t --include recast-navigation --include @recast-navigation/core --include @recast-navigation/generators --include @recast-navigation/three --include @recast-navigation/playcanvas run test", "test:node-smoke-test": "(cd ./examples/three-node-cjs-example && yarn start) && (cd ./examples/three-node-esm-example && yarn start)", - "test:bundlers-smoke-test": "(cd ./examples/three-parcel-example && yarn build) && (cd ./examples/three-vite-wasm-example && yarn build) && (cd ./examples/three-vite-worker-example && yarn build)", + "test:bundlers-smoke-test": "(cd ./examples/three-parcel-example && yarn build) && (cd ./examples/three-vite-wasm-example && yarn build) && (cd ./examples/three-vite-worker-example && yarn build) && (cd ./examples/three-webpack-wasm-example && yarn build)", "lint": "yarn workspaces foreach -A -t run lint", "change": "yarn changeset", "release": "yarn build && yarn test",