Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe committed Nov 16, 2023
1 parent 42ee139 commit e53b706
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 upgrade && && npm ls && npm version patch && npm run build"
"prepub": "npm upgrade && npm ls && npm version patch && npm run build"
},
"main": "dist/rita.js",
"exports": {
Expand Down

0 comments on commit e53b706

Please sign in to comment.