mirror of
https://github.com/penpot/penpot.git
synced 2026-09-12 23:19:28 +00:00
🔧 Fix the plugin bundle build command
This commit is contained in:
parent
dbb0aa8ce2
commit
d7203ef24c
2
.github/workflows/plugins-deploy-package.yml
vendored
2
.github/workflows/plugins-deploy-package.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
- name: "Build package for ${{ inputs.plugin_name }}-plugin"
|
- name: "Build package for ${{ inputs.plugin_name }}-plugin"
|
||||||
working-directory: plugins
|
working-directory: plugins
|
||||||
shell: bash
|
shell: bash
|
||||||
run: npx nx build ${{ inputs.plugin_name }}-plugin
|
run: pnpm --filter ${{ inputs.plugin_name }}-plugin build
|
||||||
|
|
||||||
- name: Select Worker name
|
- name: Select Worker name
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user