Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 685 Bytes

internal_README.md

File metadata and controls

20 lines (16 loc) · 685 Bytes

Instructions on how to compile, update, and publish this npm package

Dependencies

To compile typescript file:

  • Open terminal
  • Navigate to root level of file: GA4-Measurement-Protocol-Typescript/
  • type: tsc
  • Compilation output to dist/

To publish updates to npm:

  • change version number in package.json
  • run the following command, replacing <update_type> with one of the semantic versioning release types (patch, major, or minor): npm version <update_type>
  • npm publish