Skip to content

Commit

Permalink
add prepub
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe committed Nov 14, 2023
1 parent 7d91595 commit a346d9f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"test:dist": "NODE_ENV=dev mocha test/dist",
"build": "rm -rf dist/ && npx tsup",
"types": "npx tsc",
"pub": "np patch"
"pub": "np patch",
"prepub": "npm run build"
},
"main": "dist/rita.js",
"exports": {
Expand Down

0 comments on commit a346d9f

Please sign in to comment.