Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
anoam99 committed May 2, 2024
1 parent a7e7d10 commit 1045656
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @pod-pilot/eslint-config

## 0.0.1

### Patch Changes

- fix: build
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pod-pilot/eslint-config",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"files": [
"library.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @pod-pilot/nestjs

## 0.0.4

### Patch Changes

- fix: build
2 changes: 1 addition & 1 deletion packages/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pod-pilot/nestjs",
"version": "0.0.3",
"version": "0.0.4",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @pod-pilot/typescript-config

## 0.0.1

### Patch Changes

- fix: build
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pod-pilot/typescript-config",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"^build"
],
"outputs": [
".next/**",
"!.next/cache/**"
"dist/**"
]
},
"lint": {
Expand Down

0 comments on commit 1045656

Please sign in to comment.