@tgam/prebid
v2.0.0
Published
Build prebid files
Downloads
36
Keywords
Readme
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.sh
file, right after--modules
. - Execute
npm run build
to build theprebid.js
file with all the required modules. - Create a pull request to
main
branch, ask to review your PR, merge it. - Pull the latest
main
branch. 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 publish
to 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
.