Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit bad42de

Browse files
committed
fix: Move action workflow to pnpm
1 parent 212ed4b commit bad42de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cider-chores.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
node-version-file: '.nvmrc'
2424

2525
- name: Install Dependencies 📦
26-
run: yarn install
26+
run: pnpm install
2727

2828
- name: Build 🏗
29-
run: yarn dist:all
29+
run: pnpm dist:all
3030

3131
- name: Upload Release 🚀
3232
uses: softprops/action-gh-release@v2.0.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"homepage": "https://cider.sh/",
1717
"buildResources": "resources",
1818
"scripts": {
19-
"bootstrap": "npx -y check-engine && yarn",
19+
"bootstrap": "npx -y check-engine && pnpm i",
2020
"build": "tsc && lessc ./src/renderer/style.less ./src/renderer/style.css",
2121
"start": "npm run build && electron ./build/index.js",
2222
"dist": "npm run build && electron-builder --publish=never",

0 commit comments

Comments
 (0)