Skip to content

Commit

Permalink
feat: adds files to keep on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rhandrade committed Dec 12, 2024
1 parent 6fe1faf commit 8e82273
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
scope: '@uxshop'
cache: 'npm'
- run: npm ci
- run: ls dist/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,9 @@
"default": "./dist/directives.js"
},
"./theme": "./src/scss/theme.scss"
}
},
"files": [
"./dist",
"./src"
]
}

0 comments on commit 8e82273

Please sign in to comment.