Skip to content

Commit

Permalink
Added postpack recovering package.json backup file
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Aug 5, 2024
1 parent 24864f4 commit c099476
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 @@ -43,6 +43,7 @@
"lint": "eslint src test --ext .js,.jsx,.ts,.tsx",
"lintfix": "yarn lint --fix",
"prepack": "clean-package",
"postpack": "mv -fv package.json.backup package.json",
"size": "size-limit",
"watch": "yarn build --watch"
},
Expand Down

0 comments on commit c099476

Please sign in to comment.