mirror of
https://github.com/woocommerce/woocommerce-rest-api-docs.git
synced 2025-10-03 18:24:51 +08:00
Coding standards
This commit is contained in:
parent
72628693f4
commit
4efb2e353b
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o errexit #abort if any command fails
|
||||
set -o errexit # Abort if any command fails
|
||||
|
||||
rm -rf build
|
||||
docker run --rm --name slate -v $(pwd)/build:/srv/slate/build -v $(pwd)/source:/srv/slate/source slatedocs/slate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue