jizy-packer 2.1.31 → 2.1.32
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/lib/Rollup.js +1 -1
- package/package.json +1 -1
package/lib/Rollup.js
CHANGED
|
@@ -191,7 +191,7 @@ function onComplete() {
|
|
|
191
191
|
const src = path.join(jPackConfig.get('basePath'), 'build/example');
|
|
192
192
|
const dest = path.join(jPackConfig.get('basePath'), 'example');
|
|
193
193
|
moveFolderFiles(src, dest);
|
|
194
|
-
mirrorExampleFiles(
|
|
194
|
+
mirrorExampleFiles(dest, jPackConfig.get('alias'), jPackConfig.get('name'));
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
const onComplete = jPackConfig.get('onComplete');
|