1
0
Fork 0
docsearch/scripts
Pixelastic 37d39a0297 Replace printf with echo
`printf` displays everything on the same line, and with the way yarn
itself outputs its error messages, it would override our custom
messages on the terminal, preventing us to know why things failed.

Using echo instead fixes the issue.

Other fixes are `shellcheck` warnings (`read` without `-r` will fail
on input containing `\`).
2018-11-07 14:56:41 +01:00
..
build Update CONTRIBUTING and fix tests 2018-08-20 13:24:55 +02:00
build-css chore(build): provide styles in npm package 2017-12-07 13:14:00 +01:00
build-js chore(build): fix minification since uglifyjs 3 2017-11-28 17:25:01 +01:00
bump-package-version.js chore(stack update): update the whole docsearch stack (#173) 2017-03-17 16:22:00 +01:00
lint Move all new docs to docs/ subfolder 2018-08-20 13:23:35 +02:00
playground.html Add test that normal click is disable with custom handleSelected (#523) 2018-11-06 09:32:34 +01:00
release Replace printf with echo 2018-11-07 14:56:41 +01:00
serve Serve playground 2018-11-05 10:22:29 +01:00
test Update CONTRIBUTING and fix tests 2018-08-20 13:24:55 +02:00
test-coverage Revert "Revert "doc(site): Fixed typos (#277)" (#278)" (#279) 2018-03-12 16:19:09 +01:00
test-watch Disable links with handleSelected is defined 2018-11-05 10:22:29 +01:00