Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-18 14:01:50 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-18 14:14:11 +0300
commitb559bcc479ef7bb0fd101d1fb0b056366b7dce77 (patch)
treebe3101ff95298b9a1257a1aad7228eff9fea53c9 /check-vuejs-builds.sh
parent5eb8df28a014428b598a722d6a265e9d6d1fe503 (diff)
Remove vue/ because it's empty
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'check-vuejs-builds.sh')
-rwxr-xr-xcheck-vuejs-builds.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/check-vuejs-builds.sh b/check-vuejs-builds.sh
index d688594b2..e40aede94 100755
--- a/check-vuejs-builds.sh
+++ b/check-vuejs-builds.sh
@@ -9,5 +9,3 @@ git status
bash -c "[[ ! \"`git status --porcelain js`\" ]] || ( echo 'Uncommitted changes in built Vue files' && exit 1 )"
bash -c "[[ ! \"`git status --porcelain package-lock.json`\" ]] || ( git diff package-lock.json && echo 'Uncommitted changes in package-lock.json' && exit 1 )"
-
-bash -c "[[ ! \"`git status --porcelain vue/package-lock.json`\" ]] || ( git diff vue/package-lock.json && echo 'Uncommitted changes in vue/package-lock.json' && exit 1 )"