Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
parthasarathy27 authored Mar 18, 2024
1 parent ed0acf0 commit 0439ba2
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
"client": "cd client && npm run start",
"client-install": "cd client && npm install",
"server-install": "npm install",
"install-all": "concurrently \"npm run client-install\" \"npm run server-install\"",
"dev": "concurrently \"npm run client\" \"npm run server\"",
"postbuild": "cd client && npm install && npm run build",
"deploy": "npm run postbuild && git add . && git commit -m 'Deploy to GitHub Pages' && git push origin master"
"install-all": "concurrently \"npm run client-install\" \"npm run server-install\" ",
"dev": "concurrently \"npm run client\" \"npm run server\" ",
"postbuild": "cd client && npm install && npm run build"
},
"keywords": [],
"author": "Parthasarathy",
Expand All @@ -38,11 +37,5 @@
"bugs": {
"url": "https://github.com/parthasarathy27/Notes-Taking-App/issues"
},
"homepage": "https://parthasarathy27.github.io/Notes-Taking-App/",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
"homepage": "https://github.com/parthasarathy27/Notes-Taking-App#readme"
}

0 comments on commit 0439ba2

Please sign in to comment.