Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A a11yproject.com
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The A11Y Project
  • a11yproject.com
  • Merge requests
  • !1357

Clean up NPM scripts

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged EJ Mason requested to merge feat/clean-up-npm-scripts into main Oct 09, 2021
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Two small changes:

  • Gets rid of calls to npx, because we know the binaries we use are installed locally. By not calling npx, we don't check if the binaries are in the path before the scripts run. This saves each script some time.
  • Runs the commands in publish sequentially, since they do not depend on each other. More time-saving!
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feat/clean-up-npm-scripts