Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
faustienf committed Apr 29, 2023
1 parent bc05549 commit ae8758c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"check-types": "tsc",
"clean": "rm -r dist/*",
"build": "npm run clean && rollup -c",
"release": "npm run check-types && npm publish"
"release:patch": "npm vertion patch && npm publish",
"preversion": "npm run check-types",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit ae8758c

@vercel
Copy link

@vercel vercel bot commented on ae8758c Apr 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

easing-scroll – ./

easing-scroll-faustienf.vercel.app
easing-scroll-git-main-faustienf.vercel.app
easing-scroll.vercel.app

Please sign in to comment.