Skip to content

Commit 4104a46

Browse files
committed
Add missing minified version of JavaScript files
1 parent c441eee commit 4104a46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ jobs:
6060
python: "3.7"
6161
install: npm install --only=dev
6262
script: skip
63+
before_deploy: npm run-script minify
6364
after_success: true
6465
deploy:
6566
provider: pypi
6667
distributions: sdist bdist_wheel
68+
skip_cleanup: true
6769
on:
6870
tags: true
6971
repo: codingjoe/django-s3file

0 commit comments

Comments
 (0)