Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
[No ticket] Don't keep generated code in repository (#75)
Browse files Browse the repository at this point in the history
* [No ticket] Don't keep generated code in repository

* add npmignore

* update npmignore

* add release-it hook
  • Loading branch information
mschuwalow authored Sep 12, 2022
1 parent 7dd8131 commit 2a8f69d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 6,601 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ local.log
.nyc_output
*.cid
coverage.lcov
driver-logs/wdio-chromedriver.log
driver-logs
cjs
esm
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.DS_Store
dist
node_modules
test-results
local.log
.nyc_output
*.cid
coverage.lcov
driver-logs/wdio-chromedriver.log
3 changes: 3 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"hooks": {
"after:bump": "npm run build"
},
"git": {
"tagName": "v${version}"
},
Expand Down
Loading

0 comments on commit 2a8f69d

Please sign in to comment.