algolia / search-insights-gtm

Google Tag Manager template for detecting front-end Algolia search metrics
Apache License 2.0
6 stars 5 forks source link

feat(.github): run and commit yarn build on PRs #27

Closed jonathaningram closed 1 year ago

jonathaningram commented 1 year ago

The output of yarn build is an updated template.tpl file which should be updated with the source code changes we make. This means someone could look at a single commit and along with the source code changes simply import template.tpl into GTM. Note: This isn't attempting to create a full release, e.g. updating CHANGELOG.md and metadata.yml, it's just about keeping template.tpl up to date with the corresponding source changes.

EEX-780