Skip to content

Commit

Permalink
fix: update package.json scripts for improved dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvikshan authored Nov 3, 2024
1 parent 3cf3562 commit 3ec2b56
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 @@ -13,10 +13,10 @@
"start": "node .",
"atro-build": "cd astro && npm run build",
"astro-dev": "cd astro && npm run dev",
"astro-i": "cd astro && npm run i",
"build": "cd astro && npm run i && npm run build",
"astro-i": "cd astro && npm i",
"build": "cd astro && npm i && npm run build",
"f": "prettier --write src",
"u": "git pull && npm run update && npm run f",
"u": "git pull && npm update && npm run f",
"start-replit": "node src/index.js"
},
"homepage": "https://github.com/vixshan/amina#readme",
Expand Down

0 comments on commit 3ec2b56

Please sign in to comment.