Created
January 31, 2018 23:32
-
-
Save Roadmaster/6a4814ee253d055475e4b2cc64e688e1 to your computer and use it in GitHub Desktop.
Fix for kuard's build.sh script because npm/node/etc is suck a brainfuckery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build/build.sh b/build/build.sh | |
index 485c6ca..df82658 100755 | |
--- a/build/build.sh | |
+++ b/build/build.sh | |
@@ -45,6 +45,8 @@ export GOARCH="${ARCH}" | |
( | |
cd client | |
npm install --loglevel=error | |
+ chmod 755 ./node_modules/webpack/bin/webpack.js | |
+ | |
npm run build | |
) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment