More docs for dataverse
This commit is contained in:
parent
327b859ed4
commit
c8430050a8
15 changed files with 2923 additions and 67 deletions
|
@ -1,4 +1,11 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn lint-staged
|
||||
yarn lint-staged
|
||||
yarn workspace @theatre/dataverse run precommit
|
||||
|
||||
# if there are unstaged changes in ./packages/dataverse/docs, fail
|
||||
if ! git diff --quiet --exit-code -- docs; then
|
||||
echo "Please run 'yarn workspace @theatre/dataverse run doc' and commit the changes to the docs folder"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue