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 775fab4 commit c17b7cfCopy full SHA for c17b7cf
package.json
@@ -11,7 +11,7 @@
11
"format": "yarn prettier . --write --ignore-path ./.gitignore",
12
"email-dev": "email dev",
13
"typecheck": "tsc --noEmit",
14
- "vault:setup": "VAULT_ADDR=https://secrets.scottylabs.org vault login -method=oidc"
+ "vault:setup": "cross-env VAULT_ADDR=https://secrets.scottylabs.org vault login -method=oidc"
15
},
16
"dependencies": {
17
"@clerk/nextjs": "^4.29.7",
@@ -56,6 +56,7 @@
56
"@typescript-eslint/eslint-plugin": "^5.41.0",
57
"@typescript-eslint/parser": "^5.41.0",
58
"autoprefixer": "^10.4.7",
59
+ "cross-env": "^7.0.3",
60
"eslint": "^8.2.0",
61
"eslint-config-next": "^13.0.0",
62
"eslint-config-prettier": "^8.5.0",
0 commit comments