Skip to content

Commit 4e6411b

Browse files
Update npmignore, add assets to release (#1379)
1 parent fd3a84e commit 4e6411b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
.dependabot/
2+
.github/
13
.idea/
24
.vscode/
35

46
coverage/
57
cypress/
8+
docs-src/
69
docs/
710
esdoc/
811
jsdoc-template/
@@ -15,7 +18,10 @@ tests/
1518
.gitignore
1619
.stylelintrc.js
1720
.travis.yml
21+
cypress.json
1822
index.html
23+
jest.config.js
24+
stats.html
1925
yarn.lock
2026
yarn-error.log
2127

.release-it.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module.exports = {
1515
},
1616
github: {
1717
release: true,
18-
tokenRef: 'GITHUB_AUTH'
18+
tokenRef: 'GITHUB_AUTH',
19+
assets: ['dist/**/*.css', 'dist/**/*.js', 'dist/**/*.map']
1920
},
2021
npm: {
2122
publish: true

0 commit comments

Comments
 (0)