Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: copy example env file on install
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jul 12, 2024
1 parent 948f3c8 commit ce1fcad
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 2 deletions.
82 changes: 81 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"start": "next start",
"lint": "next lint",
"test": "npx playwright test",
"prepare": "husky"
"prepare": "husky",
"postinstall": "shx cp -n ./.env.example ./.env"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
Expand All @@ -32,6 +33,7 @@
"eslint-config-next": "14.2.4",
"husky": "^9.0.11",
"postcss": "^8",
"shx": "^0.3.4",
"tailwindcss": "^3.4.1"
}
}

0 comments on commit ce1fcad

Please sign in to comment.