Skip to content

Commit

Permalink
Release v1.0.21 with fix of #82
Browse files Browse the repository at this point in the history
  • Loading branch information
yunabe committed May 20, 2023
1 parent ebf345e commit 4aa2e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"build": "tsc",
"prepublishOnly": "rm -rf dist && tsc",
"jest": "jest --verbose",
"test": "tsc && jest --verbose --runInBand",
"test": "tsc && jest --verbose --runInBand && npm run clean",
"clean": "rm -rf dist tmp",
"format": "prettier --write src"
},
Expand Down

0 comments on commit 4aa2e39

Please sign in to comment.