Skip to content

Commit 201d41e

Browse files
committed
chore: dotenv-vault pull npm 커맨드 추가
두 디렉토리에 직접 들어가지 않고 하나의 커맨드로 pull 하도록 커맨드 추가
1 parent 60d0386 commit 201d41e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"repository": "https://github.com/boostcampwm-2022/web27-Wabinar.git",
66
"scripts": {
77
"postinstall": "husky install",
8-
"lint-staged": "lint-staged"
8+
"lint-staged": "lint-staged",
9+
"dotenv-pull": "npm run dotenv-pull:client && npm run dotenv-pull:server",
10+
"dotenv-pull:client": "echo For client... && cd client && npx dotenv-vault pull development",
11+
"dotenv-pull:server": "echo For server... && cd server && npx dotenv-vault pull development"
912
},
1013
"lint-staged": {
1114
"client/**/*.{ts,tsx}": [

0 commit comments

Comments
 (0)