Skip to content

Commit

Permalink
fix: no bundle dependencies (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeya authored Aug 29, 2023
1 parent 59c98ef commit f41847a
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 @@ -20,14 +20,14 @@
"dist"
],
"scripts": {
"build": "tsup",
"build": "tsup-node",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage",
"prepublishOnly": "npm run build",
"lint": "eslint ./src --ext .ts",
"format": "prettier --write ./src",
"dev": "tsup --watch"
"dev": "tsup-node --watch"
},
"keywords": [
"remix",
Expand Down

0 comments on commit f41847a

Please sign in to comment.