forked from apollographql/apollo-tooling
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Robin Daugherty edited this page Jul 29, 2021
·
1 revision
This fork exists to address specific issue(s) until merged and released by the main project.
Because this is a monorepo that uses Lerna to manage multiple packages, there's no way to use one of the packages using GitHub as the source.
So we must release the package through a package repository like NPM. We're using NPM.
To release the package:
- Run
npm run clean && npm run build
in the root of the repository - Make sure
packages/apollo-codegen-swift/lib
contains the updated compiled code - Bump the version number in
package.json
- In the
packages/apollo-codegen-swift
folder runnpm publish --access public