Skip to content

Commit

Permalink
fix: build 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 e13870d commit 86a9c6c
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 @@ -13,10 +13,10 @@
],
"scripts": {
"build": "yarn build:packages && yarn build:apps",
"build:packages": "yarn workspaces foreach -t -A --include @recast-navigation/wasm --include @recast-navigation/core --include @recast-navigation/generators --include @recast-navigation/three --include recast-navigation run build",
"build:packages": "yarn workspaces foreach -t -A --include @recast-navigation/wasm --include @recast-navigation/core --include @recast-navigation/generators --include recast-navigation --include @recast-navigation/three --include @recast-navigation/playcanvas run build",
"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: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": "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",
Expand Down

0 comments on commit 86a9c6c

Please sign in to comment.