Skip to content

Commit

Permalink
revert release config
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Feb 8, 2024
1 parent 5404f3e commit 3d65792
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"bin": "dist/app.js",
"release": {
"sharedActionsOverride": {
"updateHomepage": false
}
},
"scripts": {
"start": "tsc && node dist/app.js",
"build": "tsc && node scripts/genTypes.mjs",
Expand Down

0 comments on commit 3d65792

Please sign in to comment.