Skip to content

Commit

Permalink
Merge pull request #44 from DeterminateSystems/tsup-build
Browse files Browse the repository at this point in the history
Switch to tsup-based build
  • Loading branch information
grahamc authored Apr 21, 2024
2 parents 6025e25 + eb69673 commit 6718417
Show file tree
Hide file tree
Showing 9 changed files with 2,789 additions and 3,801 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Package
run: nix develop --command pnpm run package
- run: git status --porcelain=v1
- run: test $(git status --porcelain=v1 2>/dev/null | wc -l) -eq 0
- run: git diff --exit-code

test-no-nix:
name: "Test: Nix not installed"
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pnpm-lock.yaml

3 changes: 2 additions & 1 deletion dist/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6718417

Please sign in to comment.