diff --git a/MANIFEST.in b/MANIFEST.in index 7cee5ad0..7a512fc1 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,6 +12,7 @@ include screenshot.jpg include tox.ini include *.lock recursive-exclude src * +recursive-exclude docker * exclude .jshintrc exclude .babelrc exclude jest.config.js \ No newline at end of file diff --git a/package.json b/package.json index 44d2bce8..c204186d 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ }, "scripts": { "test": "jest", - "tox": "sudo docker exec -it -u root iris_mopidy_1 bash -c \"cd /iris && tox\"", + "tox": "docker exec -it -u root iris_mopidy_1 bash -c \"cd /iris && tox\"", "start": "NODE_ENV=development WEBPACK_DEV_SERVER=1 webpack-dev-server", "lint": "eslint src", "lint:fix": "eslint src --fix",