Open Maclay74 opened 8 months ago
So I faced this problem running npm run zip.
npm run zip
I added build/** to fix this, not sure how it worked earlier.
build/**
gulp .src('build/**') .pipe(zip(`${manifest.name.replaceAll(' ', '-')}-${manifest.version}.zip`)) .pipe(gulp.dest('package'))
Some docs
So I faced this problem running
npm run zip
.I added
build/**
to fix this, not sure how it worked earlier.Some docs