Skip to content

Commit

Permalink
chore: rename basic three vite example
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Oct 9, 2024
1 parent 5574b50 commit 092ff70
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"navmesh-website",
"three-node-cjs-example",
"three-node-esm-example",
"three-vite-wasm-example",
"three-vite-example",
"three-vite-worker-example",
"playcanvas-vite-example"
],
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "three-vite-wasm-example",
"name": "three-vite-example",
"private": true,
"type": "module",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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) && (cd ./examples/playcanvas-vite-example && yarn build)",
"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
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15079,9 +15079,9 @@ __metadata:
languageName: node
linkType: hard

"three-vite-wasm-example@workspace:examples/three-vite-wasm-example":
"three-vite-example@workspace:examples/three-vite-example":
version: 0.0.0-use.local
resolution: "three-vite-wasm-example@workspace:examples/three-vite-wasm-example"
resolution: "three-vite-example@workspace:examples/three-vite-example"
dependencies:
"@types/three": "npm:^0.167.1"
recast-navigation: "npm:0.34.0"
Expand Down

0 comments on commit 092ff70

Please sign in to comment.