Skip to content

Commit

Permalink
Fix test-dist (visgl#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
1chandu authored Dec 20, 2017
1 parent 47e46ed commit 7d40d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/node-dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const path = require('path');
const moduleAlias = require('module-alias');
moduleAlias.addAlias('deck.gl/test', path.resolve('./test'));
moduleAlias.addAlias('deck.gl', path.resolve('./dist'));
moduleAlias.addAlias('deck.gl-layers', path.resolve('./src/experimental-layers/src'));

require('babel-polyfill');

Expand Down

0 comments on commit 7d40d58

Please sign in to comment.