mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-22 08:06:33 +00:00
pnpm
This commit is contained in:
parent
7eddb6a592
commit
d7b5b6b73e
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -12,9 +12,11 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: "14"
|
node-version: "14"
|
||||||
|
- name: PNPM
|
||||||
|
run: npm i -g pnpm
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn run dist
|
run: pnpm run dist
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -25,10 +25,10 @@ Head to the [release page](https://github.com/cupcakearmy/unpixel/releases) and
|
|||||||
## 🛠 Building / Development
|
## 🛠 Building / Development
|
||||||
|
|
||||||
1. Clone the repo
|
1. Clone the repo
|
||||||
2. `yarn install`
|
2. `pnpm install`
|
||||||
3. `yarn dist` to build for all platforms
|
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
|
## 📦 Release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user