Skip to content

Commit

Permalink
chore: missing script for types in release workflow (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin authored May 23, 2023
1 parent 0766863 commit c80fea2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"start": "wireit",
"lint": "eslint lib plugins test docs",
"format": "eslint --fix lib plugins test docs",
"test": "wireit"
"test": "wireit",
"types": "wireit"
},
"type": "module",
"main": "js/tokens.cjs",
Expand Down

0 comments on commit c80fea2

Please sign in to comment.