From ef9078159237fd80d2d40d542db54d65b3bf9144 Mon Sep 17 00:00:00 2001 From: jorenbroekema Date: Fri, 26 Jan 2024 12:45:23 +0100 Subject: [PATCH] fix: publish missing script file to npm --- .changeset/tall-falcons-explode.md | 5 +++++ package.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/tall-falcons-explode.md 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:*",