-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(CI/CD): replace shell script by JavaScript (#3454)
* refactor(CI/CD): replace shell by JavaScript * refactor: we obviously need to provide and export that function * refactor: removed that file again * refactor: migrated another script * refactor: removed incorrect import * chore: removed leftover * refactor: this was way too complicated * refactor: migrated another script * refactor: added dependency * Revert "refactor: added dependency" This reverts commit 54a0475. * Reapply "refactor: added dependency" This reverts commit 95d0bbd. * refactor: corrected this implementation * chore: another try * chore: test typescript support for github scripts * chore: update paths for github scripts * chore: update tests for scripts * fix: issue with wrong path * fix: issue with wrong path * fix: issue with tsx * fix: issue with path * fix: issue with path * Update scripts/tests/github/build-gh-page.spec.ts Co-authored-by: Maximilian Franzke <[email protected]> * Update scripts/tests/github/get-release.spec.ts Co-authored-by: Maximilian Franzke <[email protected]> * Update scripts/tests/github/get-release.spec.ts Co-authored-by: Maximilian Franzke <[email protected]> * Update scripts/tests/github/get-release.spec.ts Co-authored-by: Maximilian Franzke <[email protected]> * Update scripts/tests/github/build-gh-page.spec.ts Co-authored-by: Maximilian Franzke <[email protected]> * Update scripts/tests/github/get-playwright-version.spec.ts Co-authored-by: Maximilian Franzke <[email protected]> * Update scripts/tests/github/get-playwright-version.spec.ts Co-authored-by: Maximilian Franzke <[email protected]> * Update .xo-config.cjs * refactor: regenerated package lock file * refactor: xo aspects * refactor: we don't push to GitHub at the moment --------- Co-authored-by: Nicolas Merget <[email protected]> Co-authored-by: Nicolas Merget <[email protected]>
- Loading branch information
1 parent
8448662
commit 7c8283c
Showing
29 changed files
with
2,024 additions
and
453 deletions.
There are no files selected for viewing
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 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
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
Oops, something went wrong.