You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
0 commit comments