Skip to content

Commit

Permalink
build: remove uglifyjs to solve travis build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alx committed May 17, 2018
1 parent dc560d6 commit ea87504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
script: series(
rimraf('dist'),
'mkdir dist',
'babel --ignore *.test.js src/dd.js | uglifyjs > dist/deepdetect.min.js',
'babel --ignore *.test.js src/dd.js > dist/deepdetect.min.js',
'rollup -c'
),
},
Expand Down

0 comments on commit ea87504

Please sign in to comment.