Skip to content

Commit 82f572a

Browse files
committed
Fix lein aliases
1 parent e64a0e2 commit 82f572a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

project.clj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,8 @@
6060
;; -SNAPSHOT versions.
6161
:aliases {"test-auto" ["do"
6262
["clean"]
63-
["shell" "git" "update-index" "--assume-unchanged" "package.json"]
6463
["shadow" "watch" "browser-test"]]
6564
"karma-once" ["do"
6665
["clean"]
67-
["shell" "git" "update-index" "--assume-unchanged" "package.json"]
6866
["shadow" "compile" "karma-test"]
6967
["shell" "karma" "start" "--single-run" "--reporters" "junit,dots"]]})

0 commit comments

Comments
 (0)