-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from thivi/master
Remove polyfills and browserification
- Loading branch information
Showing
19 changed files
with
7,625 additions
and
13,033 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
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,5 +41,5 @@ jobs: | |
|
||
- name: Build | ||
run: | | ||
npm ci | ||
npm run build --if-present | ||
yarn install --frozen-lockfile | ||
yarn build |
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 |
---|---|---|
|
@@ -48,13 +48,14 @@ jobs: | |
|
||
- name: Build | ||
run: | | ||
yarn install --frozen-lockfile | ||
yarn build | ||
- name: Bump Version | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "asgardeo-github-bot" | ||
npm run bump-${{ github.event.inputs.Type }}-version | ||
yarn run bump-${{ github.event.inputs.Type }}-version | ||
git push --follow-tags | ||
- name: Pack Release Artifacts | ||
|
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.
Oops, something went wrong.