Skip to content

Commit

Permalink
dev build script
Browse files Browse the repository at this point in the history
  • Loading branch information
yeasir01 committed Jan 28, 2024
1 parent 185c1d0 commit 88a9c0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"type": "module",
"scripts": {
"build": "tsup",
"build:dev": "npm run type-check && npm run lint && npm run test && npm run build ",
"lint": "eslint --fix .",
"dev": "tsup --watch",
"type-check": "tsc",
Expand Down

0 comments on commit 88a9c0d

Please sign in to comment.