diff --git a/.changeset/early-cooks-dream.md b/.changeset/early-cooks-dream.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/early-cooks-dream.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/turbo.json b/turbo.json index e327d06..f29338b 100644 --- a/turbo.json +++ b/turbo.json @@ -7,7 +7,7 @@ }, "build": { "inputs": ["$TURBO_DEFAULT$"], - "outputs": ["./dist/**", "./build/**", "./pkg-*.tgz"], + "outputs": ["./dist/**", "./build/**", "./pkg-*.tgz", "./pkg-*.zip"], "dependsOn": ["^build"] }, "test": {