Skip to content

Commit

Permalink
fix: potential fix
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakjdev <[email protected]>
  • Loading branch information
sarthakjdev committed May 15, 2024
1 parent 7c0f25c commit 8ac0c62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/wapijs.co/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"scripts": {
"dev": "NODE_ENV=development next dev",
"build": "NODE_ENV=production next build",
"start": "NODE_ENV=production next start",
"start": "NODE_ENV=production node_modules/next/dist/bin/next start ",
"lint": "next lint",
"pretty": "pnpm prettier --write \"src/**/*.{ts,tsx,css}\"",
"postinstall": "pnpm add @microsoft/tsdoc --save"
"pretty": "pnpm prettier --write \"src/**/*.{ts,tsx,css}\""
},
"dependencies": {
"@headlessui/tailwindcss": "^0.2.0",
Expand Down

0 comments on commit 8ac0c62

Please sign in to comment.