Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
CORE-4231 - Make scripts linux friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
dshoulders committed May 1, 2018
1 parent 62b8922 commit 87a1d0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file modified build.sh 100644 → 100755
Empty file.
Empty file modified develop.sh 100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"start": "gulp refresh",
"dev": "develop.sh",
"build": "build.sh"
"dev": "./develop.sh || develop.sh",
"build": "./build.sh || build.sh"
}
}

0 comments on commit 87a1d0b

Please sign in to comment.