Skip to content

Commit

Permalink
github actions: adjust pipeline for running with cached node modules
Browse files Browse the repository at this point in the history
* when the cache-hit occurs for node modules the "yarn install ..." cmd gets skipped so there is a need to explicitly trigger some postinstall-like actions
  • Loading branch information
vladimiry committed Dec 18, 2020
1 parent 40f1e71 commit 5ffbd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"electron-builder:dist:linux:freebsd": "yarn electron-builder:dist:shortcut --linux freebsd",
"electron-builder:dist:linux:pacman": "yarn electron-builder:dist:shortcut --linux pacman",
"electron-builder:dist:linux:rpm": "yarn electron-builder:dist:shortcut --linux rpm",
"lint": "npm-run-all lint:code",
"lint": "npm-run-all scripts/code-generation/electron-main lint:code",
"lint:code": "npm-run-all lint:ts:eslint",
"lint:ts:base:eslint": "eslint",
"lint:ts:eslint": "yarn lint:ts:base:eslint \"./src/**/*.ts\" \"./scripts/**/*.ts\" \"./webpack-configs/**/*.ts\"",
Expand Down

0 comments on commit 5ffbd8b

Please sign in to comment.