Skip to content

Commit 24703a9

Browse files
fix
1 parent 5a9ae6f commit 24703a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"prebuild": "npm run clean:dist",
3030
"build": "tsc",
3131
"preversion": "npm run build && npm run test",
32-
"postversion": "git push --follow-tags",
32+
"postversion": "git push --follow-tags && npm publish",
3333
"postpublish": "npm i -D style-dictionary-utils@latest"
3434
},
3535
"keywords": [

0 commit comments

Comments
 (0)