Skip to content

Commit

Permalink
fix: adding a prepack stage to the publish process
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jul 18, 2022
1 parent 4d2d42c commit 7c65ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"clean": "tsc --build tsconfig.build.json --clean",
"lint": "eslint .",
"prebuild": "npm run clean",
"prepack": "npm run build",
"pretest": "npm run lint",
"prettier": "prettier --list-different --write \"./**/**.js\"",
"test": "jest --coverage"
Expand Down

0 comments on commit 7c65ec1

Please sign in to comment.