Browse Source

Bang all the shes!

master
Thibaut Boustany 7 years ago
parent
commit
f147b474f4
  1. 2
      scripts/compile.sh
  2. 2
      scripts/dist-dir.sh
  3. 2
      scripts/dist.sh
  4. 2
      scripts/hash-utils.sh
  5. 2
      scripts/install-ci-deps.sh
  6. 2
      scripts/postinstall.sh
  7. 2
      scripts/start.sh

2
scripts/compile.sh

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
set -e

2
scripts/dist-dir.sh

@ -1,3 +1,3 @@
#/bin/bash
#!/bin/bash
yarn compile && DEBUG=electron-builder electron-builder --dir -c.compression=store -c.mac.identity=null

2
scripts/dist.sh

@ -1,3 +1,3 @@
#/bin/bash
#!/bin/bash
yarn compile && DEBUG=electron-builder electron-builder

2
scripts/hash-utils.sh

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
function GET_HASH_PATH {
HASH_NAME=$1

2
scripts/install-ci-deps.sh

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
source scripts/hash-utils.sh

2
scripts/postinstall.sh

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
source scripts/hash-utils.sh

2
scripts/start.sh

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
concurrently --raw --kill-others \
"cross-env NODE_ENV=development webpack-cli --mode development --watch --config webpack/internals.config.js" \

Loading…
Cancel
Save