Skip to content

Commit

Permalink
fix(migrations): make sure collection.json is present
Browse files Browse the repository at this point in the history
UGHHHHHH
  • Loading branch information
benlesh committed Apr 13, 2018
1 parent 6fd1fd7 commit 63e10a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .make-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ fs.copySync('src/internal-compatibility/package.json', PKG_ROOT + '/internal-com

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

if (fs.existsSync(UMD_ROOT)) {
fs.copySync(UMD_ROOT, UMD_PKG);
Expand Down
2 changes: 1 addition & 1 deletion tsconfig/tsconfig.migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"noEmit": false,
"outDir": "../dist/migrations"
"outDir": "../dist/migrations/update-6_0_0"
},
"files": [
// entry-points
Expand Down

0 comments on commit 63e10a8

Please sign in to comment.