summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-23 08:59:31 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-23 08:59:31 -0500
commit148b852d6ee1cfd60959fbd4ae0391eeb66f88f5 (patch)
tree4f9b493a2a7c30ab3247ec41b954dd8d94e30030 /.github
parentUpdate node modules (#31) (diff)
downloadferdium-app-148b852d6ee1cfd60959fbd4ae0391eeb66f88f5.tar.gz
ferdium-app-148b852d6ee1cfd60959fbd4ae0391eeb66f88f5.tar.zst
ferdium-app-148b852d6ee1cfd60959fbd4ae0391eeb66f88f5.zip
Upgrade 'sqlite3'
Add missing dev dependency '@babel/core' [prep for pnpm] Combine 'prebuild' into 'build' script since pre-scripts automagic is not supported by pnpm [cleanup] Use 'pnpm' instead of 'pnpm run' [cleanup] Clean npm cache after cleaning pnpm since pnpm is also managed within npm [cleanup] Delete '~/.electron-gyp' while cleaning
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index b84729522..d8fe24e20 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -144,7 +144,7 @@ jobs:
144 - name: Install node dependencies 144 - name: Install node dependencies
145 run: npm i 145 run: npm i
146 - name: Package recipes 146 - name: Package recipes
147 run: pnpm i && pnpm run package 147 run: pnpm i && pnpm package
148 working-directory: ./recipes 148 working-directory: ./recipes
149 - name: Run linter and tests 149 - name: Run linter and tests
150 run: npm run lint && npm run test 150 run: npm run lint && npm run test
@@ -232,7 +232,7 @@ jobs:
232 run: echo "PACKAGE_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV 232 run: echo "PACKAGE_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV
233 shell: bash 233 shell: bash
234 - name: Package recipes 234 - name: Package recipes
235 run: pnpm i && pnpm run package 235 run: pnpm i && pnpm package
236 working-directory: ./recipes 236 working-directory: ./recipes
237 - name: Run linter and tests 237 - name: Run linter and tests
238 run: npm run lint && npm run test 238 run: npm run lint && npm run test
@@ -324,7 +324,7 @@ jobs:
324 max_attempts: 3 324 max_attempts: 3
325 retry_on: error 325 retry_on: error
326 - name: Package recipes 326 - name: Package recipes
327 run: pnpm i && pnpm run package 327 run: pnpm i && pnpm package
328 working-directory: ./recipes 328 working-directory: ./recipes
329 shell: bash 329 shell: bash
330 - name: Run linter and tests 330 - name: Run linter and tests