Skip to content

Commit b42fc70

Browse files
committed
Skip using nvm and node
1 parent 4572a91 commit b42fc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
// "oryx build" will automatically install your dependencies and attempt to build your project
5454
"postCreateCommand": [
5555
"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;",
56+
"yarn install && `yarn bin gulp production`;",
5757
"/home/codespace/.local/bin/flask db upgrade;"
5858
]
5959
}

0 commit comments

Comments
 (0)