Skip to content

Commit

Permalink
chore: update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
d3lm committed Dec 5, 2021
1 parent ee9e75f commit 1d39c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"e2e": "ng e2e",
"cypress:open": "ng run app:cypress-open",
"cypress:run": "ng run app:cypress-run",
"lint": "ng lint",
"lint:check": "ng lint",
"lint:fix": "ng lint app --fix && ng lint ngx-drag-to-select --fix",
"lint:ci": "npm run lint:check && npm run format:check",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -k ./projects/ngx-drag-to-select",
"lint": "ng lint"
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -k ./projects/ngx-drag-to-select"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 1d39c4c

Please sign in to comment.