Skip to content

Commit

Permalink
Chore: Improve pipeline flow
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypockets committed Dec 8, 2023
1 parent 2384b2d commit b8bb055
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
@@ -1,6 +1,6 @@
{
"name": "easy-dates-picker",
"version": "0.0.18",
"version": "0.0.19",
"description": "A super lightweight vanilla JS date picker",
"main": "dist/datepicker.bundle.js",
"files": [
Expand All @@ -10,7 +10,7 @@
"build": "webpack",
"test": "jest",
"prettier": "prettier src/ --write && prettier example --write",
"prepare": "npm run prettier && npm run build && git status"
"prepare": "npm run prettier && npm run test && npm run build && git status"
},
"jest": {
"moduleNameMapper": {
Expand Down

0 comments on commit b8bb055

Please sign in to comment.