Skip to content

Commit ea87504

Browse files
committed
build: remove uglifyjs to solve travis build issue
1 parent dc560d6 commit ea87504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
script: series(
2424
rimraf('dist'),
2525
'mkdir dist',
26-
'babel --ignore *.test.js src/dd.js | uglifyjs > dist/deepdetect.min.js',
26+
'babel --ignore *.test.js src/dd.js > dist/deepdetect.min.js',
2727
'rollup -c'
2828
),
2929
},

0 commit comments

Comments
 (0)