Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

registry.yml

Blame
    • Bartek Jaskulski's avatar
      d89dae89
      feat: add npm registry configuration · d89dae89
      Bartek Jaskulski authored
      This commit introduces a new npm registry configuration file and updates the prepare script to support npm package publishing.
      
      The new `includes/nodejs/registry.yml` file defines variables and a job for publishing npm packages to the GitLab package registry. It allows specifying the npm registry scope and configures the `.npmrc` file with the necessary authentication token.
      
      The `includes/prepare.yml` file is updated to configure the npm registry for both `octolize` and `wpdesk` scopes, ensuring that npm packages can be properly installed and published
      d89dae89
      History
      feat: add npm registry configuration
      Bartek Jaskulski authored
      This commit introduces a new npm registry configuration file and updates the prepare script to support npm package publishing.
      
      The new `includes/nodejs/registry.yml` file defines variables and a job for publishing npm packages to the GitLab package registry. It allows specifying the npm registry scope and configures the `.npmrc` file with the necessary authentication token.
      
      The `includes/prepare.yml` file is updated to configure the npm registry for both `octolize` and `wpdesk` scopes, ensuring that npm packages can be properly installed and published
    Basic_Requirement_Checker_With_Update_Disable.php 1.46 KiB