-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily removing font-building steps. (#539)
* Disabled Flutter build, removing font statements from the React build process.
- Loading branch information
Will Chavez
authored
Jan 13, 2023
1 parent
4f8e84b
commit 4da8901
Showing
4 changed files
with
86 additions
and
96 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 |
---|---|---|
|
@@ -41,17 +41,17 @@ jobs: | |
sed -i.bk -r "s/[0-9]+\.[0-9]+\.[0-9]+/$NEW_VERSION/g" ios/FluentIcons.podspec | ||
rm ios/FluentIcons.podspec.bk | ||
# Needs to be "-E" instead of "-r" on macOS | ||
- name: Replace version number in flutter/CHANGELOG.md | ||
run: | | ||
sed -i.bk -r "s/[0-9]+\.[0-9]+\.[0-9]+/$NEW_VERSION/g" flutter/CHANGELOG.md | ||
rm flutter/CHANGELOG.md.bk | ||
# # Needs to be "-E" instead of "-r" on macOS | ||
# - name: Replace version number in flutter/CHANGELOG.md | ||
# run: | | ||
# sed -i.bk -r "s/[0-9]+\.[0-9]+\.[0-9]+/$NEW_VERSION/g" flutter/CHANGELOG.md | ||
# rm flutter/CHANGELOG.md.bk | ||
|
||
# Needs to be "-E" instead of "-r" on macOS | ||
- name: Replace version number in flutter/pubspec.yaml | ||
run: | | ||
sed -i.bk -r "s/version: [0-9]+\.[0-9]+\.[0-9]+/version: $NEW_VERSION/g" flutter/pubspec.yaml | ||
rm flutter/pubspec.yaml.bk | ||
# # Needs to be "-E" instead of "-r" on macOS | ||
# - name: Replace version number in flutter/pubspec.yaml | ||
# run: | | ||
# sed -i.bk -r "s/version: [0-9]+\.[0-9]+\.[0-9]+/version: $NEW_VERSION/g" flutter/pubspec.yaml | ||
# rm flutter/pubspec.yaml.bk | ||
|
||
# Needs to be "-E" instead of "-r" on macOS | ||
- name: Replace version number in svg-icons/package.json | ||
|
@@ -66,10 +66,10 @@ jobs: | |
rm packages/react-icons/package.json.bk | ||
# Needs to be "-E" instead of "-r" on macOS | ||
- name: Replace version number in react-icons-font-subsetting-webpack-plugin/package.json | ||
run: | | ||
sed -i.bk -r "s/\"version\": \"[0-9]+\.[0-9]+\.[0-9]+\"/\"version\": \"$NEW_VERSION\"/g" packages/react-icons-font-subsetting-webpack-plugin/package.json | ||
rm packages/react-icons-font-subsetting-webpack-plugin/package.json.bk | ||
# - name: Replace version number in react-icons-font-subsetting-webpack-plugin/package.json | ||
# run: | | ||
# sed -i.bk -r "s/\"version\": \"[0-9]+\.[0-9]+\.[0-9]+\"/\"version\": \"$NEW_VERSION\"/g" packages/react-icons-font-subsetting-webpack-plugin/package.json | ||
# rm packages/react-icons-font-subsetting-webpack-plugin/package.json.bk | ||
|
||
- name: Config git credentials | ||
run: git config user.email "[email protected]" && git config user.name "Fluent Build System" | ||
|
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 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