Skip to content

Instantly share code, notes, and snippets.

@sajadtorkamani
Created November 6, 2019 20:36
Show Gist options
  • Save sajadtorkamani/a9921b22d515a9bbc8514421c01628e2 to your computer and use it in GitHub Desktop.
Save sajadtorkamani/a9921b22d515a9bbc8514421c01628e2 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Copy type definitions
printf "%s\n\nexport = Schemas;" "$(cat src/types/schema.d.ts)" > packages/types/index.d.ts
# Bump version and publish
cd packages/types && \
npm version patch && \
npm publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment