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 201d41e commit c820ff2Copy full SHA for c820ff2
package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"postinstall": "husky install",
8
"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"
0 commit comments