Skip to content

Commit

Permalink
chore(pkg): fix scripts order
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Feb 27, 2024
1 parent 5387ac4 commit e74fc95
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 @@ -14,9 +14,9 @@
}
},
"scripts": {
"build": "pnpm lint && tsup src/index.ts --dts --minify terser --clean --format cjs,esm --sourcemap",
"build": "tsup src/index.ts --dts --minify terser --clean --format cjs,esm --sourcemap",
"release": "release-it",
"lint": "eslint .",
"lint": "tsc && eslint .",
"tsx": "tsx"
},
"files": [
Expand Down

0 comments on commit e74fc95

Please sign in to comment.