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.
2 parents 941620d + c820ff2 commit 0dac892Copy full SHA for 0dac892
package.json
@@ -5,7 +5,11 @@
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
+ "env": "npm run dotenv-pull",
10
+ "dotenv-pull": "npm run dotenv-pull:client && npm run dotenv-pull:server",
11
+ "dotenv-pull:client": "echo For client... && cd client && npx dotenv-vault pull development",
12
+ "dotenv-pull:server": "echo For server... && cd server && npx dotenv-vault pull development"
13
},
14
"lint-staged": {
15
"client/**/*.{ts,tsx}": [
0 commit comments