Skip to content
Snippets Groups Projects
Commit 20b71a23 authored by Lorenzo Tilve's avatar Lorenzo Tilve
Browse files

Fix path on Makefile for gulp target

parent 3c1ab9e6
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ all:
# Install dependencies
cd app && ./scripts/npm.sh install
# build vscode
./node_modules/.bin/gulp "vscode-linux-ia32-prepare-flatpak"
cd app && ./node_modules/.bin/gulp "vscode-linux-ia32-prepare-flatpak"
install:
./install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment