Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jan 25, 2022
1 parent 604e0ee commit c7541f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"npm": ">=7"
},
"scripts": {
"lint": "tsc --noEmit ./src/index.ts && eslint ./src --ext .ts",
"lint": "tsc --noEmit && eslint ./src --ext .ts",
"test": "vitest run",
"build": "rollup -c ./scripts/build.js",
"release": "npm run lint && del dist && npm run build && np"
Expand Down

0 comments on commit c7541f5

Please sign in to comment.