Skip to content

Commit

Permalink
lib path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sepbot committed Nov 9, 2024
1 parent 98d4580 commit fed125f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
.npmrc
*.tsbuildinfo
*.tgz
*.zip
node_modules
lib
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"files": {
"include": ["lib/**", "static/**", "tests/**"]
},
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bump-version level:
create-release:
#!/bin/bash

zip -r dist.zip package.json tsconfig.json README.md LICENSE src dist
zip -r dist.zip package.json tsconfig.json README.md LICENSE lib
version=$(cat package.json | jq -r .version)
gh release create "${version}" dist.zip \
--verify-tag \
Expand Down

0 comments on commit fed125f

Please sign in to comment.