Skip to content

Commit

Permalink
build on prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmihaylov committed Feb 2, 2024
1 parent 5bc84eb commit 7a1c353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"build": "tsc index.ts --outDir ./dist --declaration",
"clean": "rm -rf dist",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"test": "jest --silent --verbose --collect-coverage tests"
},
Expand All @@ -34,4 +34,4 @@
"jest": "^29.5.0",
"ts-jest": "^29.1.0"
}
}
}

0 comments on commit 7a1c353

Please sign in to comment.