We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4572a91 commit b42fc70Copy full SHA for b42fc70
.devcontainer/devcontainer.json
@@ -53,7 +53,7 @@
53
// "oryx build" will automatically install your dependencies and attempt to build your project
54
"postCreateCommand": [
55
"pip install --progress-bar=off install -r requirements.txt;",
56
- "source $NVM_DIR/nvm.sh && nvm install && nvm use && npm install -g gulp && yarn install && gulp production;",
+ "yarn install && `yarn bin gulp production`;",
57
"/home/codespace/.local/bin/flask db upgrade;"
58
]
59
}
0 commit comments