Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
awran5 committed Nov 26, 2022
1 parent 6ed9e8d commit aa19d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"main": "dist/index.js",
"source": "src/index.tsx",
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"clean": "rm -rf dist",
"clean:sb": "rm -rf storybook-static",
"clean-sb": "rm -rf storybook-static",
"build": "yarn clean && rollup -c --exports auto",
"start": "start-storybook -p 6006",
"changes": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md",
"log": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md",
"build-sb": "build-storybook && vercel --prod"
},
"peerDependencies": {
Expand Down

0 comments on commit aa19d36

Please sign in to comment.