Skip to content

Commit c820ff2

Browse files
committed
chore: alias로 env 커맨드 추가
dotenv-pull과 같은 기능을 하는 env 커맨드 추가
1 parent 201d41e commit c820ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"postinstall": "husky install",
88
"lint-staged": "lint-staged",
9+
"env": "npm run dotenv-pull",
910
"dotenv-pull": "npm run dotenv-pull:client && npm run dotenv-pull:server",
1011
"dotenv-pull:client": "echo For client... && cd client && npx dotenv-vault pull development",
1112
"dotenv-pull:server": "echo For server... && cd server && npx dotenv-vault pull development"

0 commit comments

Comments
 (0)