Skip to content

Commit 9ad85cb

Browse files
committed
tidy
1 parent 25bcff6 commit 9ad85cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/gitbook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
},
120120
"scripts": {
121121
"generate": "./scripts/generate.sh",
122-
"clean": "rm -rf ./.next && rm -rf ./public/~gitbook/static/icon-symbols && rm -rf ./public/~gitbook/static/icons && rm -rf ./public/~gitbook/static/math",
122+
"clean": "rm -rf ./.next && rm -rf ./public/~gitbook/static/icons && rm -rf ./public/~gitbook/static/math",
123123
"dev": "env-cmd --silent -f ../../.env.local next --webpack",
124124
"build": "next build --webpack",
125125
"build:local": "GITBOOK_URL=http://localhost:3000 next build --webpack",
@@ -145,4 +145,4 @@
145145
"@types/react": "19.2.14",
146146
"@types/react-dom": "19.2.3"
147147
}
148-
}
148+
}

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Prepare the package for all other tasks
1414
"generate": {
1515
"dependsOn": ["^generate"],
16-
"outputs": ["dist", ".generated/**"]
16+
"outputs": ["dist"]
1717
},
1818
// Build the package for publishing
1919
"build": {

0 commit comments

Comments
 (0)