fix(package): added build pack script for .env

This commit is contained in:
Thomas Frost
2024-07-19 23:06:29 -07:00
parent 04a5633ad9
commit cbac60507b
2 changed files with 12 additions and 1 deletions

View File

@@ -13,7 +13,8 @@
"lint-staged": "lint-staged",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"test": "pnpm lint && pnpm prettier:check"
"test": "pnpm lint && pnpm prettier:check",
"create-env": "printenv > .env"
},
"git": {
"pre-commit": "lint-staged"