Copy package.json to dist folder for release
This commit is contained in:
parent
45bd805969
commit
ce39f82e66
@ -22,3 +22,6 @@ if (!fs.existsSync(symlink)) {
|
|||||||
fs.readdirSync('src').forEach(file => {
|
fs.readdirSync('src').forEach(file => {
|
||||||
copyRecursively(path.join('src', file), 'dist');
|
copyRecursively(path.join('src', file), 'dist');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Copy package.json
|
||||||
|
fs.copyFileSync('package.json', 'dist/package.json');
|
||||||
|
Loading…
Reference in New Issue
Block a user