Knip doesn't understand without a 'run'

This commit is contained in:
David Baker 2025-10-22 14:25:51 +01:00
parent 95a5a1e5e0
commit 2f16e79541

View File

@ -32,7 +32,7 @@ jobs:
# NPM on github actions doesn't prepare as part of publish for reasons unknown
- name: 🚀 Prepare
working-directory: packages/shared-components
run: yarn prepare
run: yarn run prepare
- name: 🚀 Publish to npm
working-directory: packages/shared-components