Skip to content

Commit

Permalink
🧹 update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SylarLong committed Nov 10, 2023
1 parent f0181e9 commit 259fb5e
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 @@ -13,8 +13,8 @@
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint . --ext .ts",
"test": "jest --config jestconfig.json --coverage",
"prepare": "yarn build && yarn build:umd",
"prepublishOnly": "npm test && yarn lint",
"prepare": "yarn build",
"prepublishOnly": "npm test && yarn lint && yarn build:umd",
"preversion": "yarn lint",
"version": "yarn format && git add -A src",
"postversion": "git push && git push --tags"
Expand Down

0 comments on commit 259fb5e

Please sign in to comment.