Skip to content

Commit

Permalink
Add lint all script
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Sep 24, 2024
1 parent 316859a commit bb9775d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"angular:build": "nx build nx-angular-svg-loaders && nx run nx-angular-svg-loaders:tailwind-build",
"react:build": "nx build nx-react-svg-loaders && nx run nx-react-svg-loaders:tailwind-build",
"svelte:build": "nx run nx-svelte-svg-loaders:tailwind-build && nx run nx-svelte-svg-loaders:npm-pack",
"vue:build": "nx build nx-vue-svg-loaders && nx run nx-vue-svg-loaders:tailwind-build"
"vue:build": "nx build nx-vue-svg-loaders && nx run nx-vue-svg-loaders:tailwind-build",
"lint:all": "nx run-many --all --target=lint"
},
"private": true,
"type": "module",
Expand Down

0 comments on commit bb9775d

Please sign in to comment.