Skip to content

Commit

Permalink
ci(swing-store): Increase TypeScript node_modules traversal depth
Browse files Browse the repository at this point in the history
It was missing a valid export in a dependency package.
Ref 000f738
  • Loading branch information
gibson042 committed Sep 15, 2022
1 parent fd1b27d commit 3188a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swing-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:xs": "exit 0",
"lint-fix": "yarn lint:eslint --fix",
"lint": "run-s --continue-on-error lint:*",
"lint:types": "tsc -p jsconfig.json",
"lint:types": "tsc --maxNodeModuleJsDepth 4 -p jsconfig.json",
"lint:eslint": "eslint ."
},
"dependencies": {
Expand Down

0 comments on commit 3188a60

Please sign in to comment.