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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.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)