devcontainer config

This commit is contained in:
James Moffet
2022-07-19 18:23:48 -07:00
parent 6ad5cefe30
commit 50e660a73f
18 changed files with 183 additions and 126 deletions

View File

@@ -31,6 +31,11 @@ pip3 install -r requirements_for_test.txt
make generate-version-file
# make babel
# npm ci install
if [ ! -d "/node_modules" ]; then
npm ci install
fi
# npm ci install
npm run build