Skip to content

Commit

Permalink
♻️ debug autosize, & alias layer
Browse files Browse the repository at this point in the history
  • Loading branch information
trydofor committed Nov 1, 2024
1 parent 2279c88 commit ea84ff4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/brown-laws-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fessional/razor-common": patch
"@fessional/razor-mobile": patch
---

♻️ debug autosize, `&` alias layer
6 changes: 4 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
"ignore": [
"@fessional/play-*"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dep:lst": "taze -r -l latest",
"dev:gen": "pnpm -r exec nuxi prepare",
"dev:lint": "pnpm -r exec eslint .",
"dev:test": "pnpm -r exec vitest --no-watch --coverage.enabled true",
"dev:test": "pnpm -r -F './layers/**' exec vitest --no-watch --coverage.enabled true",
"ver:add": "changeset",
"ver:bump": "changeset version",
"ver:publish": "changeset publish",
Expand Down

0 comments on commit ea84ff4

Please sign in to comment.