Skip to content

Commit 4e39108

Browse files
committed
chore: don't run 'lint' as part of 'test' script
1 parent 8dcb1f3 commit 4e39108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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",

0 commit comments

Comments
 (0)