Skip to content

Commit

Permalink
chore: check licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Aug 1, 2024
1 parent 94919c2 commit fd53170
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"test": "ng test",
"prettier": "prettier --write .",
"prettier:check": "prettier --check .",
"license": "npx --yes @haiilo/license-check",
"clean": "rm -rf ./.angular ./dist",
"reset": "rm -rf ./.angular ./dist ./node_modules"
},
Expand Down
3 changes: 2 additions & 1 deletion angular/projects/catalyst-formly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Angular Formly bindings for Catalyst Design System",
"license": "MIT",
"scripts": {
"reset": "rm -rf ./node_modules"
"reset": "rm -rf ./node_modules",
"license": "npx --yes @haiilo/license-check"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions angular/projects/catalyst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Angular wrapper for Catalyst Design System",
"license": "MIT",
"scripts": {
"license": "npx --yes @haiilo/license-check",
"reset": "rm -rf ./node_modules"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"prettier:check": "prettier --check .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:style": "stylelint **/*.scss",
"license": "npx --yes @haiilo/license-check",
"clean": "rm -rf ./.stencil ./dist ./loader ./www",
"reset": "rm -rf ./.stencil ./dist ./loader ./www ./node_modules"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"publish:angular": "cd angular/dist/catalyst && pnpm publish",
"publish:angular-formly": "cd angular/dist/catalyst-formly && pnpm publish",
"publish:react": "pnpm --filter @haiilo/catalyst-react publish",
"publish": "pnpm run publish:tokens && pnpm run publish:core && pnpm run publish:angular && pnpm run publish:angular-formly && pnpm run publish:react",
"license": "pnpm run -r license",
"clean": "pnpm run -r clean",
"reset": "pnpm run -r reset && rm -rf ./node_modules"
},
Expand Down
1 change: 1 addition & 0 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"build": "pnpm run tsc",
"tsc": "tsc -p .",
"rollup": "rollup -c",
"license": "npx --yes @haiilo/license-check",
"clean": "rm -rf ./dist",
"reset": "rm -rf ./dist ./node_modules"
},
Expand Down
1 change: 1 addition & 0 deletions tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"prebuild": "pnpm run clean",
"build": "style-dictionary build --config config.js",
"postbuild": "copyfiles -f assets/fonts/* node_modules/source-sans/WOFF*/VF/* dist/assets/fonts",
"license": "npx --yes @haiilo/license-check",
"clean": "rm -rf ./dist",
"reset": "rm -rf ./dist ./node_modules"
},
Expand Down

0 comments on commit fd53170

Please sign in to comment.