Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"module": "dist/json-reactform.esm.js",
"scripts": {
"build": "preconstruct build",
"preversion": "git stash; git checkout master; git pull origin master",
"postversion": "yarn release",
"postpublish": "git push origin --all; git push origin --tags",
"release": "yarn build && yarn publish",
"format": "prettier --write ./**/*"
},
Expand Down