aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-24 19:07:45 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-24 19:07:45 +0700
commitfb96056d0696038e78d7e8823bd1822e61b82304 (patch)
treed49c3bece67c94fb3a6fc138bdbd040b3e377503 /gulpfile.babel.js
parentMerge branch 'master' into feat/macos-signing (diff)
parent5.3.4-beta.2 (diff)
downloadferdium-app-fb96056d0696038e78d7e8823bd1822e61b82304.tar.gz
ferdium-app-fb96056d0696038e78d7e8823bd1822e61b82304.tar.zst
ferdium-app-fb96056d0696038e78d7e8823bd1822e61b82304.zip
Merge branch 'master' into feat/macos-signing
# Conflicts: # gulpfile.babel.js
Diffstat (limited to 'gulpfile.babel.js')
-rw-r--r--gulpfile.babel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index 919ddca9f..142eb7b02 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -180,7 +180,7 @@ export function dictionaries(done) {
180 }); 180 });
181 181
182 _shell( 182 _shell(
183 `npm install --prefix ${path.join(__dirname, 'temp')} ${packages}`, 183 `npm install --prefix "${path.join(__dirname, 'temp')}" ${packages}`,
184 () => { 184 () => {
185 moveSync( 185 moveSync(
186 path.join(__dirname, 'temp', 'node_modules'), 186 path.join(__dirname, 'temp', 'node_modules'),