@guardian/commercial
TypeScript icon, indicating that this package has built-in type declarations

17.7.0 • Public • Published

@guardian/commercial

This package contains the code for the commercial bundle that is loaded on all pages on theguardian.com.

Installation

To install the package, run yarn add @guardian/commercial.

Development

Requirements

  • Node
    • see .nvmrc for the current version
    • the version manager fnm is recommended with additional configuration to automatically switch on changing directory
  • Yarn

Setup

To install dependencies, run yarn.

To develop locally, run yarn serve to start a local server. This will watch for changes and rebuild the bundle. Serving it at http://localhost:3031.

Releasing

This repository uses changesets for version management

To release a new version with your changes, run yarn changeset add and follow the prompts. This will create a new changeset file in the .changeset directory. Commit this file with your PR.

When your PR is merged, changeset will analyse the changes and create a PR to release the new version.

Bumping @guardian/commercial in Frontend

Run this script to raise a PR that bumps @guardian/commercial in Frontend to the specified version.

Execute the script as follows:

./scripts/bump_commercial.sh [VERSION_NUMBER]

Eg

./scripts/bump_commercial.sh 11.11.1

This will automatically create a pull request in the Frontend repository.

Pull requests

Try to write PR titles in the conventional commit format, and squash and merge when merging. That way your PR will trigger a release when you merge it (if necessary).

Working locally with DCR

  1. To point DCR to the local commercial bundle, in the dotcom-rendering/dotcom-rendering directory run:

    COMMERCIAL_BUNDLE_URL=http://localhost:3031/graun.standalone.commercial.js PORT=3030 make dev

    This will override commercialBundleUrl passed via the page config from PROD/CODE.

  2. In another terminal start the commercial dev server to serve the local bundle:

    yarn serve

Testing locally with DCR

To run the unit tests:

yarn test

To run the Playwright e2e tests:

Follow the steps above to run DCR against the local bundle.

yarn playwright:run will run the tests on the command line

yarn playwright:open will open the Playwright UI so you can inspect the tests as they run

Working locally with Frontend

To use the bundle locally with Frontend, you can override your default Frontend configuration (see the Frontend docs for more detail on this) to point to a local commercial dev server. For example, save the following in ~/.gu/frontend.conf:

devOverrides {
    commercial.overrideCommercialBundleUrl="http://localhost:3031/graun.standalone.commercial.js"
}

Frontend will then use the local bundle instead of the one from PROD/CODE. Frontend will pass the local bundle URL along to DCR, so you don't have to override there if you've done it in Frontend.

Linking

To use the production bundle locally with Frontend, run yarn link in the bundle directory. Then run yarn link @guardian/commercial in the frontend directory. Finally, start the frontend server as usual.

Frontend will then use the local bundle instead of the one from PROD/CODE.

Testing on CODE

To test the bundle on CODE, create a PR, add the [beta] @guardian/commercial label, this will release a beta version of the bundle to NPM, the exact version will be commented on your PR.

In order to do this, first run: yarn changeset add, again, This will create a new changeset file in the .changeset directory. Commit this file with your PR.

Note: Sometimes you might need to remove and re-add the label to trigger the beta version.

On a branch on frontend you can update the version of the bundle to the beta version and deploy to CODE to test.

Readme

Keywords

none

Package Sidebar

Install

npm i @guardian/commercial

Weekly Downloads

624

Version

17.7.0

License

Apache-2.0

Unpacked Size

9.7 MB

Total Files

461

Last publish

Collaborators

  • joecowton1
  • guardian-developers
  • akash1810
  • reetta
  • sndrs
  • mxdvl