Skip to content

Commit

Permalink
fix: empty package because build wouln't run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericoo committed Apr 29, 2024
1 parent 2c80465 commit f081bbf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: 🔎 Run static checks
run: bun run check

- name: 📦 Build
run: bun run build

- name: 🔑 Create .npmrc with tokens for publishing
run: |
cat << EOF > "$HOME/.npmrc"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# drizzle-toolbelt

## 1.1.1

### Patch Changes

- Now correctly serving output files

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-toolbelt",
"version": "1.1.0",
"version": "1.1.1",
"description": "Set of tools for drizzle-orm.",
"scripts": {
"build": "tsup --dts --dts-resolve",
Expand Down

0 comments on commit f081bbf

Please sign in to comment.