Skip to content

Commit 98e0750

Browse files
committed
Add babelrc file in npm. Because babel failed bild if compiled utils
1 parent 2bc4e41 commit 98e0750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releaseUtils/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const updateVersionInPkg = version => {
2929
};
3030
const copyRelationalFiles = (pathRootDir, buildPath) =>
3131
Promise.all(
32-
['package.json', '.npmignore', 'README.MD', 'LICENSE', 'CHANGELOG.md'].map(fileName =>
32+
['package.json', '.npmignore', 'README.MD', 'LICENSE', 'CHANGELOG.md', '.babelrc'].map(fileName =>
3333
fsExtra.copy(
3434
path.join(pathRootDir, fileName),
3535
path.join(buildPath, fileName)

0 commit comments

Comments
 (0)