Skip to content
Snippets Groups Projects
  1. Apr 03, 2025
    • Bartek Jaskulski's avatar
      fix: disable linting for npm libraries · ca2415a0
      Bartek Jaskulski authored
      The linting process is not relevant for npm libraries, as they typically
      do not contain PHP code. Disabling linting for these libraries reduces
      unnecessary processing and improves the efficiency of the CI pipeline.
      ca2415a0
    • Bartek Jaskulski's avatar
      fix: correct order of applying rules · 0396a40a
      Bartek Jaskulski authored
      0396a40a
    • Bartek Jaskulski's avatar
      fix: add image · c221a0ae
      Bartek Jaskulski authored
      c221a0ae
    • Bartek Jaskulski's avatar
      Merge branch 'feat/npm-publish' into 'master' · 15a63de3
      Bartek Jaskulski authored
      feat: add npm registry configuration
      
      See merge request wpdesk/gitlab-ci!271
      15a63de3
    • Bartek Jaskulski's avatar
      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
  2. Jan 14, 2025
  3. Dec 13, 2024
  4. Dec 12, 2024
  5. Dec 11, 2024
  6. Dec 10, 2024
  7. Dec 06, 2024
  8. Dec 05, 2024
  9. Nov 28, 2024
  10. Nov 27, 2024
  11. Nov 26, 2024
  12. Nov 21, 2024
  13. Nov 20, 2024
  14. Nov 19, 2024
Loading