Skip to content

Commit

Permalink
add npm upd
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe committed Nov 16, 2023
1 parent 828fb09 commit 0b289ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "rm -rf dist/ && npx tsup",
"types": "npx tsc",
"pub": "./npnb/source/cli.js --no-release-draft patch",
"prepub": "npm version patch && npm run build"
"prepub": "npm upgrade && npm version patch && npm run build"
},
"main": "dist/rita.js",
"exports": {
Expand Down

0 comments on commit 0b289ae

Please sign in to comment.