Skip to content

Commit

Permalink
Add a build check and bump the version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed May 7, 2024
1 parent d4982a2 commit 9871342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ jobs:
- run: pnpm typecheck
- run: pnpm test
- run: pnpx prettier --check .

- name: Try building the library
run: pnpm build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-sliced/filesystem",
"version": "1.0.0",
"version": "1.1.0",
"description": "A set of utilities for locating and working with FSD roots in the file system.",
"scripts": {
"build": "tsup src/index.ts --dts --format esm,cjs --clean",
Expand Down

0 comments on commit 9871342

Please sign in to comment.