Skip to content

Commit

Permalink
chore: improve lint script (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudongyuer authored Oct 31, 2022
1 parent cdf8ecd commit 5084dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ coverage
dist
node_modules
temp
.eslintcache
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch src",
"lint": "eslint --ext ts .",
"lint": "eslint --cache --ext ts .",
"lint:fix": "nr lint --fix",
"prepublishOnly": "nr build",
"release": "bumpp --commit --push --tag --all -x 'npx conventional-changelog -p angular -i CHANGELOG.md -s' && npm publish",
"test": "nr lint && nr test:build && vitest run",
Expand Down

0 comments on commit 5084dae

Please sign in to comment.