🎵rollin on upstream 🎵
Перейти к файлу
David Sanders 7e33eff9d0
build: update dev dependencies (#123)
2024-11-12 11:39:07 +01:00
.github
.husky
src
tests
.gitignore
.prettierrc
LICENSE
README.md
app.json
jest.json
package.json
tsconfig.json
yarn.lock

README.md

Test

Roller

Roller is a service that automates the process of updating major dependencies in Electron.js

Setup

# Clone this repository
git clone https://github.com/electron/roller.git

# Go into the repository
cd roller

# Install dependencies
npm install

# Run the service
npm start

Documentation

This service has no user facing interfaces or commands. Updates to major dependencies including Node.js and Chromium will be automatically PRed as DEPS updates into electron/electron. Updates to the organization's node orbs will be automatically PRed into relevant repositories.