@adbayb/stack 3.0.1-next-1e2fbc4 → 3.0.1-next-e985ab2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -442,7 +442,7 @@ const PRESERVE_FILES = ["node_modules"];
|
|
|
442
442
|
|
|
443
443
|
//#endregion
|
|
444
444
|
//#region package.json
|
|
445
|
-
var version = "3.0.1-next-
|
|
445
|
+
var version = "3.0.1-next-e985ab2";
|
|
446
446
|
|
|
447
447
|
//#endregion
|
|
448
448
|
//#region src/commands/create.ts
|
|
@@ -788,7 +788,7 @@ const createReleaseCommand = (program) => {
|
|
|
788
788
|
}).task({
|
|
789
789
|
async handler() {
|
|
790
790
|
helpers.message("Bumping the package(s) version\n");
|
|
791
|
-
await changeset("changeset version && pnpm install --no-frozen-lockfile");
|
|
791
|
+
await changeset("changeset version && pnpm install --no-frozen-lockfile && stack fix");
|
|
792
792
|
},
|
|
793
793
|
skip: ifNotEqualTo("tag")
|
|
794
794
|
}).task({
|