We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b8d7a commit fbb277eCopy full SHA for fbb277e
2 files changed
scripts/initialize.sh
@@ -21,6 +21,7 @@ fi
21
22
git submodule update --init --recursive
23
yarn install --ignore-scripts --frozen-lockfile
24
+yarn turbo run create:env
25
yarn turbo run build
26
yarn install --force --frozen-lockfile
27
NUXT_TELEMETRY_DISABLED=1 yarn turbo run init
turbo.json
@@ -31,6 +31,12 @@
31
"!.next/cache/**"
32
]
33
},
34
+ "create:env": {
35
+ "cache": false,
36
+ "outputs": [
37
+ ".env"
38
+ ]
39
+ },
40
"init": {
41
"dependsOn": [
42
"^build",
0 commit comments