mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
Move ci/build to workflow
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -67,7 +67,16 @@ jobs:
|
||||
- name: Install Node dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Install plugins deps
|
||||
run: npm --prefix $YAAK_PLUGINS_DIR ci
|
||||
|
||||
- name: Build plugins
|
||||
working-directory: $YAAK_PLUGINS
|
||||
run: |
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
- name: Copy plugins to Tauri app
|
||||
run: node scripts/copy-plugins.cjs
|
||||
|
||||
- name: Run lint
|
||||
|
||||
Reference in New Issue
Block a user