We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d0386 commit 201d41eCopy full SHA for 201d41e
package.json
@@ -5,7 +5,10 @@
5
"repository": "https://github.com/boostcampwm-2022/web27-Wabinar.git",
6
"scripts": {
7
"postinstall": "husky install",
8
- "lint-staged": "lint-staged"
+ "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"
12
},
13
"lint-staged": {
14
"client/**/*.{ts,tsx}": [
0 commit comments