Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 authored May 7, 2024
1 parent a217b88 commit 9fc05a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
},
"scripts": {
"build": "tsx build.ts",
"publish": ""
},
"publish": "npm publish --access public",
"postinstall": "npm run build"
},
"devDependencies": {
"esbuild": "^0.21.0",
"prettier": "^2.8.0",
"rimraf": "^5.0.1",
"tsx": "^4.9.3"
}
}
}

0 comments on commit 9fc05a0

Please sign in to comment.