@youscience/commonapp-service-common
v0.1.105
Published
Shared models, types and other resources for the College stack.
Maintainers
Keywords
Readme
commonapp-service-common
Shared models, types and other resources for the College stack.
Using npm commands
This package is hosted as a workspace, so you can decide to navigate to this folder (package root) and issue commands as usual. Alternatively, you can manage the package tasks from the root folder (project folder) by issuing the commands in this way:
npm [command] -w src/types/common
# or
npm [command] -w @youscience/commonapp-service-common
# or the former ones with the --workspace flag
npm [command] --workspace src/types/commonHow do publish changes?
Running the Publish commonapp-service-common action in the commonapp-service project on Github will allow you to version the change and then publish it as a new package in npm. This action is defined in publish-common.yml.
To manually publish a version, increment the version in package.json, run npm run build, and then run npm publish. You must run the following command to set the npm_token and use a token with publish rights: export NPM_TOKEN=some-token-with-publish-rights
