We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af1d23 commit ef582e3Copy full SHA for ef582e3
docs/Makefile
@@ -14,7 +14,7 @@ install:
14
@make check-dependencies
15
16
copy-over-sinon-script:
17
- @[[ -e assets/js/sinon.js ]] || npm run build && cp ../pkg/sinon.js assets/js/
+ @[ -e assets/js/sinon.js ] || npm run build && cp ../pkg/sinon.js assets/js/
18
19
check-dependencies:
20
@command -v git-lfs > /dev/null || (make print S="You need to install Git LFS before committing changes" && exit 1)
0 commit comments