Skip to content

Commit

Permalink
Added dev script for easy development
Browse files Browse the repository at this point in the history
  • Loading branch information
sivert-io committed Jul 12, 2023
1 parent 7cd9bd7 commit 97d1fca
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 @@ -38,7 +38,8 @@
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"predeploy": "cd example && yarn install && yarn run build",
"deploy": "gh-pages -d example/build"
"deploy": "gh-pages -d example/build",
"dev": "cd dev && npm run dev"
},
"peerDependencies": {
"@tailwindcss/typography": "^0.5.9",
Expand Down

1 comment on commit 97d1fca

@vercel
Copy link

@vercel vercel bot commented on 97d1fca Jul 12, 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:

gryt-ui – ./

gryt-ui-gryt.vercel.app
gryt-ui.vercel.app
ui.gryt.chat
gryt-ui-git-main-gryt.vercel.app

Please sign in to comment.