Skip to content

Commit 289a17c

Browse files
mshanemcshetzel
andauthored
Sm/cli supported metadata (#512)
* refactor: make existing coverage code shareable * feat: migrate CLI supported metadata * test: husky check * husky test 2 * husky test 3 * refactor: husky test 4 * refactor: husky test 5 * refactor: husky test 6 * ci: remove husky checks * style: explain pre-push script * ci: test pre-push * ci: husky install * chore: adding types for SDR * ci: husky no-verify * chore: adding types for SDR * docs: rename file and link from Contributing metadata guide * chore: delete old coverage file * chore: adding types for SDR * chore: adding types for SDR * chore: adding types for SDR * chore: adding types for SDR * docs: test changes * chore: adding types for SDR * docs: be cli agnostic * chore: adding types for SDR Co-authored-by: Steve Hetzel <[email protected]>
1 parent 7042a79 commit 289a17c

File tree

8 files changed

+683
-14
lines changed

8 files changed

+683
-14
lines changed

.husky/pre-push

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
3-
4-
yarn build && yarn test
3+
echo "husky pre-push again"
4+
# builds the metadata support markdown file
5+
yarn build && yarn test && yarn update-supported-metadata

0 commit comments

Comments
 (0)