mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
@@ -13,7 +13,8 @@
|
|||||||
},
|
},
|
||||||
"python.linting.enabled": true,
|
"python.linting.enabled": true,
|
||||||
"python.linting.pylintEnabled": true,
|
"python.linting.pylintEnabled": true,
|
||||||
"python.pythonPath": "/usr/local/bin/python"
|
"python.pythonPath": "/usr/local/bin/python",
|
||||||
|
"python.linting.pylintPath": "/usr/local/share/pip-global/bin/pylint"
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"docker-from-docker": {
|
"docker-from-docker": {
|
||||||
@@ -22,7 +23,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"ms-python.black-formatter",
|
"ms-python.python", // "ms-python.black-formatter",
|
||||||
"donjayamanne.python-extension-pack",
|
"donjayamanne.python-extension-pack",
|
||||||
"ms-azuretools.vscode-docker",
|
"ms-azuretools.vscode-docker",
|
||||||
"ms-python.vscode-pylance",
|
"ms-python.vscode-pylance",
|
||||||
|
|||||||
@@ -29,7 +29,10 @@ pip3 install -r requirements_for_test.txt
|
|||||||
make generate-version-file
|
make generate-version-file
|
||||||
# make babel
|
# make babel
|
||||||
|
|
||||||
# npm ci install
|
if [ ! -d "/node_modules" ]; then
|
||||||
|
npm ci install
|
||||||
|
fi
|
||||||
|
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
# run flask
|
# run flask
|
||||||
|
|||||||
Reference in New Issue
Block a user