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

Commit

Permalink
fix: Move action workflow to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
coredev-uk committed Dec 10, 2024
1 parent 212ed4b commit bad42de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cider-chores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
node-version-file: '.nvmrc'

- name: Install Dependencies 📦
run: yarn install
run: pnpm install

- name: Build 🏗
run: yarn dist:all
run: pnpm dist:all

- name: Upload Release 🚀
uses: softprops/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://cider.sh/",
"buildResources": "resources",
"scripts": {
"bootstrap": "npx -y check-engine && yarn",
"bootstrap": "npx -y check-engine && pnpm i",
"build": "tsc && lessc ./src/renderer/style.less ./src/renderer/style.css",
"start": "npm run build && electron ./build/index.js",
"dist": "npm run build && electron-builder --publish=never",
Expand Down

0 comments on commit bad42de

Please sign in to comment.