File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 9
9
/coverage
10
10
11
11
# production
12
- # /build
13
- # Changed from /build to /dist because this is default for
14
- # Netlify when deploying an app using `@upleveled/react-scripts`
15
- # Ref: https://github.com/upleveled/create-react-app/commit/ab165a178994751e837d2835b2a4dbcc48f6f709#
16
- /dist
12
+ /build
17
13
18
14
# misc
19
15
.DS_Store
Original file line number Diff line number Diff line change
1
+ [build ]
2
+ publish = " build"
3
+ command = " pnpm run build"
Original file line number Diff line number Diff line change @@ -29,10 +29,7 @@ const publicUrlOrPath = getPublicUrlOrPath(
29
29
process . env . PUBLIC_URL ,
30
30
) ;
31
31
32
- const buildPath =
33
- process . env . BUILD_PATH ||
34
- // Default for Netlify when deploying an app using `@upleveled/react-scripts`
35
- 'dist' ;
32
+ const buildPath = process . env . BUILD_PATH || 'build' ;
36
33
37
34
const moduleFileExtensions = [
38
35
'web.mjs' ,
You can’t perform that action at this time.
0 commit comments