Skip to content

Commit 3ec755c

Browse files
committed
add readme to published package
1 parent ed25751 commit 3ec755c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compile.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function buildPackageJson(packageName) {
1515
"type": "git",
1616
"url": "https://github.com/slicedsilver/lwc-plugin-visible-price-range-util.git"
1717
},
18-
version: '0.1.0',
18+
version: '0.1.1',
1919
keywords: ['lwc-plugin', 'lightweight-charts'],
2020
type: 'module',
2121
main: `./${packageName}.umd.cjs`,
@@ -117,5 +117,6 @@ pluginsToBuild.forEach(file => {
117117
console.error('Error generating typings for: ', file.exportName);
118118
}
119119
});
120+
copyFileSync(resolve(currentDir, 'README.md'), resolve(compiledFolder, `README.md`));
120121
const endTime = Date.now().valueOf();
121122
console.log(`🎉 Done (${endTime - startTime}ms)`);

0 commit comments

Comments
 (0)