Skip to content

Commit

Permalink
add cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
faustienf committed Dec 31, 2022
1 parent 5f90570 commit 270762d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"scripts": {
"check-types": "tsc",
"clean": "rm -r dist/*",
"build": "npm run clean && rollup -c"
"build": "npm run clean && rollup -c",
"release": "npm run check-types && npm publish"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit 270762d

@vercel
Copy link

@vercel vercel bot commented on 270762d Dec 31, 2022

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.