Skip to content

Commit

Permalink
πŸ‘· build jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed Mar 4, 2024
1 parent e0f496a commit b8150ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
- name: 'Get package version πŸ”–'
id: 'get-package-version'
run: 'echo "version=v$(npm pkg get version | jq --raw-output)" >> "$GITHUB_OUTPUT"'
- name: 'Build jsonschema πŸ—οΈ'
run: 'npm run build:jsonschema --workspace packages/code-style'
- name: 'πŸ”Š'
run: 'ls -lha packages/code-style/codestylerc.schema.json'
- name: 'Publish files to Github Releases πŸš€'
Expand Down

0 comments on commit b8150ff

Please sign in to comment.