-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade react app to VITE (#3291)
- Loading branch information
Showing
45 changed files
with
2,491 additions
and
5,797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ exclude: | |
global: | ||
# exclude unit tests | ||
- '**/*.spec.*' | ||
- '**/*.test.*' | ||
# exclude e2e tests | ||
- '**/e2e/**' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG nodever=16 | ||
ARG nodever=20 | ||
FROM node:${nodever}-alpine | ||
|
||
# gatsby needs to have access to user directory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG nodever=16 | ||
ARG nodever=20 | ||
FROM node:${nodever} | ||
|
||
RUN npm install -g pnpm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG nodever=16 | ||
ARG nodever=20 | ||
FROM node:${nodever} | ||
|
||
RUN npm install -g pnpm | ||
|
Oops, something went wrong.