Skip to content

Commit

Permalink
fix: publish missing script file to npm (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema authored Jan 26, 2024
1 parent 6857825 commit c2cbd1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tall-falcons-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'style-dictionary': patch
---

Publish the postinstall-dev script to NPM.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"examples",
"LICENSE",
"NOTICE",
"types"
"types",
"scripts/postinstall-dev.cjs"
],
"scripts": {
"format": "run-p format:*",
Expand Down

0 comments on commit c2cbd1b

Please sign in to comment.