Skip to content

Commit 0c0614b

Browse files
authored
Merge pull request #13 from Shopify/bundle-skill-in-package
Bundle skill/ directory in published package
2 parents 85406cb + 9a495b9 commit 0c0614b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@shopify/shop-cli": patch
3+
---
4+
5+
Bundle the `skill/` directory (SKILL.md and reference files) in the published package so the skill ships and versions in lockstep with the CLI.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"dist",
2929
"README.md",
3030
"LICENSE",
31-
"src"
31+
"src",
32+
"skill"
3233
],
3334
"publishConfig": {
3435
"access": "public",

0 commit comments

Comments
 (0)