Skip to content

Commit

Permalink
🔨 update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Aug 16, 2022
1 parent 90a8ae6 commit b45f533
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,8 +14,8 @@
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
Expand Down

0 comments on commit b45f533

Please sign in to comment.