Skip to content

Commit

Permalink
chore: don't build examples in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Oct 9, 2024
1 parent 42c0bdd commit f7ded1b
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 @@ -15,10 +15,10 @@
"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 --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": "yarn test:packages && yarn test:node-smoke-test && yarn test:bundlers-smoke-test && yarn lint",
"build:examples": "yarn workspaces foreach -A -t --include three-parcel-example --include three-vite-example --include three-vite-worker-example --include playcanvas-vite-example run build",
"test": "yarn test:packages && yarn test:node-smoke-test && yarn lint",
"test:packages": "(cd packages/recast-navigation && yarn 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-example && yarn build) && (cd ./examples/three-vite-worker-example && yarn build) && (cd ./examples/playcanvas-vite-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 f7ded1b

Please sign in to comment.