Skip to content

Commit

Permalink
chore: fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Mar 30, 2023
1 parent bab0466 commit ceea9a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/fix-package-ci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"@rhds/tokens": patch
---
include js files when releasing in CI/CD
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@
"wireit": {
"build": {
"dependencies": [
"style-dictionary",
"types",
"package",
"11ty"
]
Expand Down Expand Up @@ -138,6 +136,8 @@
"package": {
"command": "cd editor/vscode && vsce package",
"dependencies": [
"style-dictionary",
"types",
"test"
],
"files": [
Expand Down

0 comments on commit ceea9a3

Please sign in to comment.