Skip to content

Commit 67256c6

Browse files
committed
fix: add ci, changesets and reports
1 parent c2f6f0f commit 67256c6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/eleven-games-serve.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"sln-spellbook": patch
3+
---
4+
5+
remove scc

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
package-manager: bun@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
3535
- name: validate
3636
run: bun run validate
37-
- name: Create code stats report.
38-
id: scc-script
39-
run: bun run scc
37+
# - name: Create code stats report.
38+
# id: scc-script
39+
# run: bun run scc
4040
- name: Create Release Pull Request
4141
uses: changesets/action@v1
4242
env:

0 commit comments

Comments
 (0)