-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix: leave modules untouched in ESM build This prevents Babel from converting the ESM module syntax to CommonJS. * fix: include clearing the Nx cache in the clean script Otherwise a "clean" build will still use old artefacts from the cache. * fix: don't build dependant packages in parallel This ensures that any local dependencies are built first. * fix: don't import from dist/esm Thanks to the other changes in this PR, we can now safely import from the decap-cms-app. * fix(ci): use actions/setup-node cache option This will hopefully fix the error we get on Windows during `npm install` * chore(ci): fix typo and output matrix.node-version * ci: run e2e tests in same container * ci: fail fast to reduce build time and save cpu cycles * ci: run on all branches * ci: set IS_FORK=true if the repo owner is not decaporg * ci: use afterEach hook to fail fast * fix(app): add module field to package.json * fix(app): add missing decap-cms-backend-gitea dependency --------- Co-authored-by: Martin Jagodic <[email protected]>
- Loading branch information
1 parent
b41e43a
commit 6cd7cb3
Showing
9 changed files
with
49 additions
and
77 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
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