Tox command
- Ditching 'sudo', no longer needed with newer docker setup - Excluding /docker folder from package
This commit is contained 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
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user