Skip to content

Commit

Permalink
chore!: remove environment variables and sentry (#387)
Browse files Browse the repository at this point in the history
* chore!: remove environment variables

* remove apollo extras

* Fix lint

* Force git tag on prerelease

* Remove hook extra options

* Actually init in init

* Fix init

* feat!: add nexus-errors and replace sentry

* Update error docs with sentry example

* Pass in captureException WIP

* Add nexus-types package and clean up

* Pass with no tests

* Update formik example

* Generic variables

* Clean up and update readme

* Update dev formik version

* Use common type

* Ignore any eslint warning

* Update readme
  • Loading branch information
mariusc23 authored Nov 10, 2023
1 parent 9a969e2 commit 337fa4a
Show file tree
Hide file tree
Showing 51 changed files with 501 additions and 13,392 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
npx lerna version --yes --create-release github
fi
elif [ "${{ github.event.inputs.distTag }}" == "prerelease" ]; then
npx lerna version --yes --conventional-prerelease
npx lerna version --yes --conventional-prerelease --force-git-tag
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 337fa4a

Please sign in to comment.