Skip to content

Commit

Permalink
chore: nohoist client-sso
Browse files Browse the repository at this point in the history
Yarn install would fail with client-sso/node_modules/@type no exist
if hoisted.
  • Loading branch information
AllanZhengYP committed Feb 24, 2021
1 parent 6720cbf commit d1db835
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"**/karma*",
"**/karma*/**",
"**/@types/mocha*",
"**/@types/mocha*/**"
"**/@types/mocha*/**",
"**/@aws-sdk/client-sso/**"
]
},
"husky": {
Expand All @@ -117,4 +118,4 @@
],
"**/*.{ts,js,md,json}": "prettier --write"
}
}
}

0 comments on commit d1db835

Please sign in to comment.