Skip to content

Commit

Permalink
fix(migrations): build now properly copies migration into package (#3555
Browse files Browse the repository at this point in the history
)
  • Loading branch information
benlesh authored Apr 12, 2018
1 parent 12d4933 commit 329a145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .make-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ fs.copySync('src/websocket/package.json', PKG_ROOT + '/websocket/package.json');
fs.copySync('src/testing/package.json', PKG_ROOT + '/testing/package.json');
fs.copySync('src/internal-compatibility/package.json', PKG_ROOT + '/internal-compatibility/package.json');

// Copy over migrations
fs.copySync('migrations/', PKG_ROOT + 'migrations/');

if (fs.existsSync(UMD_ROOT)) {
fs.copySync(UMD_ROOT, UMD_PKG);
Expand Down

0 comments on commit 329a145

Please sign in to comment.