Skip to content

Commit

Permalink
build(config): update grunt config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Aug 22, 2018
1 parent 966e0e1 commit e4f341f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/grunt/sh.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
cmd: 'rollup -c config/rollup/bundle.js'
},
'build-esm': {
cmd: 'tsc -p src/tsconfig.json --declaration false --target es5 --outDir build/esm'
cmd: 'tsc -p src/tsconfig.json --declaration false --declarationMap false --target es5 --outDir build/esm'
},
'lint': {
cmd: 'tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts'
Expand Down

0 comments on commit e4f341f

Please sign in to comment.