Skip to content

Instantly share code, notes, and snippets.

@Roadmaster
Created January 31, 2018 23:32
Show Gist options
  • Save Roadmaster/6a4814ee253d055475e4b2cc64e688e1 to your computer and use it in GitHub Desktop.
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
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