File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1616 "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" ,
1717 "build:apps" : " yarn workspaces foreach -A -t --include navmesh-website --include docs run build" ,
1818 "build:examples" : " yarn workspaces foreach -A -t --include three-vite-example --include three-vite-worker-example --include playcanvas-vite-example run build" ,
19- "test" : " yarn test:packages && yarn test:node-smoke-test && yarn lint " ,
19+ "test" : " yarn test:packages && yarn test:node-smoke-test" ,
2020 "test:packages" : " (cd packages/recast-navigation && yarn test)" ,
2121 "test:node-smoke-test" : " (cd ./examples/three-node-cjs-example && yarn start) && (cd ./examples/three-node-esm-example && yarn start)" ,
2222 "change" : " yarn changeset" ,
You can’t perform that action at this time.
0 commit comments