diff --git a/.changeset/tall-falcons-explode.md b/.changeset/tall-falcons-explode.md new file mode 100644 index 000000000..f950364ed --- /dev/null +++ b/.changeset/tall-falcons-explode.md @@ -0,0 +1,5 @@ +--- +'style-dictionary': patch +--- + +Publish the postinstall-dev script to NPM. diff --git a/package.json b/package.json index 6cbc8c040..18ab5cb64 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,8 @@ "examples", "LICENSE", "NOTICE", - "types" + "types", + "scripts/postinstall-dev.cjs" ], "scripts": { "format": "run-p format:*",