-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
def3c17
commit 0d8f432
Showing
212 changed files
with
7,290 additions
and
24,506 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"presets": ["@babel/preset-env", "@babel/preset-react"] | ||
} |
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
This file was deleted.
Oops, something went wrong.
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,23 +1,13 @@ | ||
# Global settings applied to the whole site. | ||
# | ||
# “publish” is the directory to publish (relative to root of your repo), | ||
# “command” is your build command, | ||
# “base” is directory to change to before starting build. if you set base: | ||
# that is where we will look for package.json/.nvmrc/etc not repo root! | ||
# Global settings applied to the whole site. | ||
|
||
[build] | ||
publish = "dist" | ||
|
||
# Production context: All deploys to the main | ||
# repository branch will inherit these settings. | ||
|
||
# Deploy Preview context: All Deploy Previews | ||
# will inherit these settings. | ||
[context.deploy-preview] | ||
command = "npm run build:qaRegtest" | ||
command = "npm run build" | ||
|
||
[context.testing] | ||
command = "npm run build:qaRegtest" | ||
command = "npm run build" | ||
|
||
[context.branch-deploy] | ||
command = "npm run build:qaRegtest" | ||
command = "npm run build" |
Oops, something went wrong.