Skip to content

Commit 9871342

Browse files
committed
Add a build check and bump the version to 1.1.0
1 parent d4982a2 commit 9871342

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/code-quality.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ jobs:
2929
- run: pnpm typecheck
3030
- run: pnpm test
3131
- run: pnpx prettier --check .
32+
33+
- name: Try building the library
34+
run: pnpm build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feature-sliced/filesystem",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A set of utilities for locating and working with FSD roots in the file system.",
55
"scripts": {
66
"build": "tsup src/index.ts --dts --format esm,cjs --clean",

0 commit comments

Comments
 (0)