sourcecred/scripts
William Chargin d839fcae95
build_static_site.sh: create target if nonexistent (#695)
Summary:
The current version of the build script has the safe but annoying
property that the target directory must be an existing, empty directory.
It seems reasonable and convenient to allow the build script to create
the directory with `mkdir -p`. It still fails if the directory is not
empty or is a file.

Test Plan:
Unit tests updated; run `yarn sharness-full`.

wchargin-branch: build-mkdir-p
2018-08-21 15:35:13 -07:00
..
backend.js Unify a command-line entry point module (#344) 2018-06-05 11:11:48 -07:00
build_static_site.sh build_static_site.sh: create target if nonexistent (#695) 2018-08-21 15:35:13 -07:00
check-stopships.sh Permit STOPSHIPs in Markdown files (#573) 2018-07-31 10:58:29 -07:00
deploy.sh deploy.sh: depend on build_static_site.sh (#611) 2018-08-06 19:00:35 -07:00
ensure-flow.sh Fix `ensure-flow.sh` running under Node (#314) 2018-05-29 12:20:53 -07:00