-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump fern-api from 0.16.20 to 0.16.22 (#428)
* chore(deps-dev): bump fern-api from 0.16.20 to 0.16.22 Bumps [fern-api](https://github.com/fern-api/fern/tree/HEAD/packages/cli/cli) from 0.16.20 to 0.16.22. - [Release notes](https://github.com/fern-api/fern/releases) - [Changelog](https://github.com/fern-api/fern/blob/main/release-blockers-cli.yml) - [Commits](https://github.com/fern-api/fern/commits/0.16.22/packages/cli/cli) --- updated-dependencies: - dependency-name: fern-api dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * upgrade fern --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jatin <[email protected]>
- Loading branch information
1 parent
c2b1c52
commit 63089a6
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"organization": "revert", | ||
"version": "0.16.20" | ||
"version": "0.16.22" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ RUN echo "SERVER_PORT=$SERVER_PORT" > .env \ | |
&& echo "FERN_TOKEN=$FERN_TOKEN" >> .env | ||
|
||
RUN rm -rf node_modules && yarn cache clean && yarn install | ||
RUN npm install -g [email protected].20 && fern -v && fern generate --log-level debug | ||
RUN npm install -g [email protected].22 && fern -v && fern generate --log-level debug | ||
RUN mkdir -p /app/packages/backend/dist/generated && cp -r /app/packages/backend/generated/typescript /app/packages/backend/dist/generated | ||
RUN yarn workspace @revertdotdev/backend build | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63089a6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
revert-client – ./
revert-client-git-main-revertdev.vercel.app
revert-client-revertdev.vercel.app
app.revert.dev