Skip to content

Commit

Permalink
fix: rebuild prior to npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 10, 2023
1 parent 1ba8bdd commit 29b9ec6
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 @@ -107,6 +107,7 @@
"lint": "eslint . bin/rdme --ext .js,.ts",
"postversion": "git tag $npm_package_version && ./bin/set-major-version-tag.js",
"prebuild": "rm -rf dist/",
"prepack": "npm run build",
"prepare": "husky install",
"pretest": "npx alex . && npm run lint && npm run prettier",
"prettier": "prettier --check .",
Expand Down

0 comments on commit 29b9ec6

Please sign in to comment.