Skip to content

Commit

Permalink
fix: test package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Oct 6, 2024
1 parent 61ab4cb commit e13870d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"build:apps": "yarn workspaces foreach -A -t --include navmesh-website --include docs run build",
"test": "concurrently --kill-others-on-fail \"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/three --include @recast-navigation/generators run test",
"test:node-smoke-test": "(cd ./examples/node-cjs-example && yarn start) && (cd ./examples/node-esm-example && yarn start)",
"test:bundlers-smoke-test": "concurrently --kill-others-on-fail \"(cd ./examples/parcel-example && yarn build)\" \"(cd ./examples/vite-wasm-example && yarn build)\"",
"test:node-smoke-test": "(cd ./examples/three-node-cjs-example && yarn start) && (cd ./examples/three-node-esm-example && yarn start)",
"test:bundlers-smoke-test": "concurrently --kill-others-on-fail \"(cd ./examples/three-parcel-example && yarn build)\" \"(cd ./examples/three-vite-wasm-example && yarn build)\" \"(cd ./examples/three-vite-worker-example && yarn build)\"",
"lint": "yarn workspaces foreach -A -t run lint",
"change": "yarn changeset",
"release": "yarn build && yarn test",
Expand Down

0 comments on commit e13870d

Please sign in to comment.