Skip to content

Commit fed6725

Browse files
committed
fix: licenses banners
Signed-off-by: Rafael Silva (rafaelsi) <rafaelsi@cisco.com>
1 parent 8ba5353 commit fed6725

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
@@ -56,7 +56,7 @@
5656
"turbo": "^2.0.3"
5757
},
5858
"lint-staged": {
59-
"{packages/*/src/**/*,playground/**/*}.{ts,tsx,js,jsx}": [
59+
"{packages/**/*,playground/**/*,scripts/**/*}.{ts,tsx,js,jsx,css,html}": [
6060
"yarn workspace @open-ui-kit/scripts license:check"
6161
],
6262
"**/*.{ts,tsx,js,md,mdx}": [

0 commit comments

Comments
 (0)