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 686da2f commit 9e22f8eCopy full SHA for 9e22f8e
.npmrc
@@ -0,0 +1 @@
1
+//registry.npmjs.org/:_authToken=${NPM_TOKEN}
turbo.json
@@ -5,7 +5,7 @@
5
"build": {
6
"dependsOn": ["^build"],
7
"inputs": ["$TURBO_DEFAULT$", ".env*"],
8
- "outputs": [".next/**", "!.next/cache/**"]
+ "outputs": [".next/**", "!.next/cache/**", "dist/**"]
9
},
10
"lint": {
11
"dependsOn": ["^lint"]
0 commit comments