mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-21 15:46:31 +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
|
||||
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 }}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user