@pulse-editor/cli 0.1.1-beta.28 → 0.1.1-beta.29

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.
@@ -65,7 +65,7 @@ export default function Publish({ cli }) {
65
65
  setIsZipping(true);
66
66
  // Zip the dist folder
67
67
  try {
68
- await $({ cwd: 'dist' }) `zip -r ../node_modules/@pulse-editor/dist.zip *`;
68
+ await $({ cwd: 'dist' }) `zip -r ../node_modules/@pulse-editor/dist.zip .`;
69
69
  }
70
70
  catch (error) {
71
71
  setIsZippingError(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulse-editor/cli",
3
- "version": "0.1.1-beta.28",
3
+ "version": "0.1.1-beta.29",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "pulse": "dist/cli.js"