mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Use make bootstrap to install dependencies in devcontainer entrypoint
This commit is contained in:
@@ -25,18 +25,7 @@ cd /workspace
|
|||||||
git status
|
git status
|
||||||
|
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
pip3 install -r requirements_for_test.txt
|
make bootstrap
|
||||||
|
|
||||||
# npm rebuild node-sass
|
|
||||||
make generate-version-file
|
|
||||||
# make babel
|
|
||||||
|
|
||||||
# npm ci install
|
|
||||||
if [ ! -d "/node_modules" ]; then
|
|
||||||
npm ci install
|
|
||||||
fi
|
|
||||||
|
|
||||||
npm run build
|
|
||||||
|
|
||||||
# run flask
|
# run flask
|
||||||
# make run
|
# make run
|
||||||
|
|||||||
Reference in New Issue
Block a user