Skip to content

Commit

Permalink
fix: type of buildSuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Aug 31, 2018
1 parent 76d6ab4 commit fa01cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { builtinsMap } from './builtins'

const DEFAULTS = {
distDir: 'dist',
buildSuffix: Boolean(process.env.BUILD_SUFFIX)
buildSuffix: process.env.BUILD_SUFFIX
}

export default class Package extends EventEmitter {
Expand Down

0 comments on commit fa01cd7

Please sign in to comment.