2.0.0 • Published 2 years ago
@tgam/prebid v2.0.0
Overview
This repo generates the Prebid build files that are later loaded via script in Fusion.
See https://github.com/prebid/Prebid.js/blob/master/README.md#build-for-development
How to build Prebid files and publish them to NPM.
- Make sure you have the correct modules listed in prebid-build.shfile, right after--modules.
- Execute npm run buildto build theprebid.jsfile with all the required modules.
- Create a pull request to mainbranch, ask to review your PR, merge it.
- Pull the latest mainbranch. Runnpm version patch(orminor) in the terminal, to increment the version of the package. NPM will create a commit for you, push it tomain.
- Execute npm publishto publish the files to NPM registry.
- Update the script file name in Fusion to point to the new version: https://www.unpkg.com/@tgam/prebid@{VERSION}/library/prebid.js.