Skip to content

Commit

Permalink
chore: add pre-release script to the main package
Browse files Browse the repository at this point in the history
  • Loading branch information
oedotme committed Apr 2, 2023
1 parent bb218aa commit 94fec8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/generouted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
],
"scripts": {
"build": "tsc --emitDeclarationOnly --noEmit false --outDir dist",
"type-check": "tsc --noEmit"
"type-check": "tsc --noEmit",
"pre-release": "pnpm build"
},
"devDependencies": {
"@solidjs/router": "^0.8.2",
Expand Down

0 comments on commit 94fec8d

Please sign in to comment.