This commit is contained in:
cupcakearmy 2022-01-09 19:21:52 +01:00
parent 7eddb6a592
commit d7b5b6b73e
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 7 additions and 5 deletions

View File

@ -12,9 +12,11 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "14"
- name: PNPM
run: npm i -g pnpm
- name: Install dependencies
run: yarn install --frozen-lockfile
run: pnpm install --frozen-lockfile
- name: Build
run: yarn run dist
run: pnpm run dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -25,10 +25,10 @@ Head to the [release page](https://github.com/cupcakearmy/unpixel/releases) and
## 🛠 Building / Development
1. Clone the repo
2. `yarn install`
3. `yarn dist` to build for all platforms
2. `pnpm install`
3. `pnpm dist` to build for all platforms
Alternatively you can run `yarn build` and the `yarn electron-builder -m` for `macOS`, `-l` fir `linux` or `-w` for `windows`.
Alternatively you can run `pnpm build` and the `pnpm electron-builder -m` for `macOS`, `-l` fir `linux` or `-w` for `windows`.
## 📦 Release