Merge pull request #11 from 18F/jim/071522/adminupdates

configs etc...
This commit is contained in:
Jim Moffet
2022-07-19 17:33:39 -07:00
committed by GitHub
2 changed files with 8 additions and 4 deletions

View File

@@ -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",
@@ -39,4 +40,4 @@
], ],
"postCreateCommand": "chmod u+x devcontainer-admin/scripts/notify-admin-entrypoint.sh && ./devcontainer-admin/scripts/notify-admin-entrypoint.sh", "postCreateCommand": "chmod u+x devcontainer-admin/scripts/notify-admin-entrypoint.sh && ./devcontainer-admin/scripts/notify-admin-entrypoint.sh",
"remoteUser": "vscode" "remoteUser": "vscode"
} }

View File

@@ -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