Skip to content

Commit

Permalink
🔧 Specify the files to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasmez committed Feb 15, 2021
1 parent 86223fe commit 33732f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ module.exports = {
},
],
'@semantic-release/github',
[
'@semantic-release/npm',
{
pkgRoot: 'assets',
},
],
'@semantic-release/npm',
],
};
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"sync-repo": "node src/repo-syncer",
"semantic-release": "semantic-release"
},
"files": [
"assets/*"
],
"author": "ilyasmez",
"devDependencies": {
"camelcase": "^6.2.0",
Expand Down

0 comments on commit 33732f0

Please sign in to comment.