Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
added some scripts and homepage to deploy on github pages
  • Loading branch information
mohitgedar committed Jun 9, 2024
1 parent 13d7df5 commit de685cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
{ "homepage": "https://github.com/mohitgedar/Fontend-using-tailwind",
"name": "waitlist-page-project-learning-tailwind",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "npx tailwindcss -i ./src/input.css -o ./public/output-style.css --watch"
},
"keywords": [],
Expand Down

0 comments on commit de685cd

Please sign in to comment.