Skip to content

Commit

Permalink
add compilation before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKhanj committed Dec 14, 2023
1 parent 7e5244d commit da8fa01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "moxyjs",
"version": "0.0.2",
"version": "0.0.3",
"description": "Distributed transparent proxy with traffic control facilities",
"author": "Pooyan Khanjankhani <[email protected]>",
"license": "MIT",
"scripts": {
"build:clean": "rm -rf dist; tsc",
"prepublishOnly": "npm run build:clean"
},
"bugs": {
"url": "https://github.com/thekhanj/moxy/issues"
},
Expand Down

0 comments on commit da8fa01

Please sign in to comment.