Skip to content

Commit 3adb9c8

Browse files
committed
💚 Change build path
1 parent aec9124 commit 3adb9c8

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.changeset/empty-falcons-do.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@ts-rest/core': patch
3+
'@ts-rest/nest': patch
4+
'@ts-rest/react-query': patch
5+
---
6+
7+
Change build path

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
fetch-depth: 0
1414
- uses: nrwl/nx-set-shas@v2
1515
- run: yarn install
16+
- name: Modify Workspace File
17+
run: sed -e "s;libs/;dist/libs/;g" package.json > package-new.json && mv package-new.json package.json
18+
1619
- name: Create Release Pull Request or Publish to npm
1720
uses: changesets/action@master
1821
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"private": true,
1010
"workspaces": [
11-
"libs/ts-rest/*"
11+
"dist/libs/ts-rest/*"
1212
],
1313
"dependencies": {
1414
"@changesets/cli": "^2.24.1",

0 commit comments

Comments
 (0)