File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
145145 "@types/react" : " 19.2.14" ,
146146 "@types/react-dom" : " 19.2.3"
147147 }
148- }
148+ }
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments