File tree Expand file tree Collapse file tree 5 files changed +6
-32
lines changed
Expand file tree Collapse file tree 5 files changed +6
-32
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ packages/*/*.tsbuildinfo
1919# Documentation ignores since .gitignore in child directories isn't picked up by
2020# ag
2121/packages /documentation /.next
22- /packages /documentation /build
2322/packages /documentation /.env * .local
2423
2524# Copies/generated by dev-utils during builds
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88 "prepare" : " husky install" ,
99 "cz" : " cz" ,
1010 "release" : " dev-utils release" ,
11- "dev-utils" : " dev-utils" ,
1211 "sandbox" : " dev-utils sandbox" ,
1312 "start" : " yarn workspace documentation start-dev" ,
1413 "dev" : " npm-run-all -p watch start" ,
1514 "setup" : " npm-run-all build-dev-utils force-install build \" sandbox --empty\" " ,
1615 "force-install" : " yarn --force" ,
17- "sassdoc" : " dev-utils sassdoc" ,
1816 "styles" : " dev-utils styles" ,
1917 "variables" : " dev-utils variables" ,
18+ "build-docs" : " yarn workspace documentation build" ,
2019 "build-dev-utils" : " yarn workspace @react-md/dev-utils build" ,
2120 "build-ejs" : " tsc -b tsconfig.ejs.json" ,
2221 "build-cjs" : " tsc -b tsconfig.cjs.json" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ const withCustomConfig = (nextConfig = {}) => {
1010 webpack5 : true ,
1111 strictPostcssConfiguration : true ,
1212 } ,
13- distDir : 'build' ,
1413 poweredByHeader : false ,
1514 compress : false ,
1615 webpack ( config , options ) {
Original file line number Diff line number Diff line change 44 "description" : " The documentation site for react-md" ,
55 "private" : true ,
66 "scripts" : {
7- "prebuild" : " npm-run-all -p index update-env" ,
8- "index" : " dev-utils doc-index" ,
7+ "prebuild" : " npm-run-all sandbox sassdoc run-indexer update-env" ,
8+ "sandbox" : " dev-utils sandbox" ,
9+ "sassdoc" : " dev-utils sassdoc" ,
10+ "run-indexer" : " dev-utils doc-index" ,
911 "update-env" : " node updateProdEnv.js" ,
1012 "dev" : " cross-env NEXT_TELEMETRY_DISABLED=1 next dev" ,
1113 "build" : " cross-env NEXT_TELEMETRY_DISABLED=1 next build" ,
1214 "start" : " cross-env NEXT_TELEMETRY_DISABLED=1 NODE_ENV=production next start" ,
13- "start-dev" : " npm-run-all index dev" ,
15+ "start-dev" : " npm-run-all run-indexer dev" ,
1416 "start-prod" : " npm-run-all build start"
1517 },
1618 "author" : " Mikkel Laursen <mlaursen03@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments