This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
sku@13.0.3
Patch Changes
Fix incorrect path in ignore files when running sku init (#1028)
sku generates ignore files (e.g. .eslintignore) for the project.
When ran as part of sku init, the current working directory (CWD) would sometimes be incorrect.
It should now give the same result as sku configure.
This change includes a refactor to how the webpack target directory is set in ignore files.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
sku@13.0.3
Patch Changes
Fix incorrect path in ignore files when running
sku init
(#1028)sku generates ignore files (e.g.
.eslintignore
) for the project. When ran as part ofsku init
, the current working directory (CWD) would sometimes be incorrect. It should now give the same result assku configure
.This change includes a refactor to how the webpack target directory is set in ignore files.