This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[No ticket] Don't keep generated code in repository (#75)
* [No ticket] Don't keep generated code in repository * add npmignore * update npmignore * add release-it hook
- Loading branch information
1 parent
7dd8131
commit 2a8f69d
Showing
9 changed files
with
15 additions
and
6,601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ local.log | |
.nyc_output | ||
*.cid | ||
coverage.lcov | ||
driver-logs/wdio-chromedriver.log | ||
driver-logs | ||
cjs | ||
esm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
{ | ||
"hooks": { | ||
"after:bump": "npm run build" | ||
}, | ||
"git": { | ||
"tagName": "v${version}" | ||
}, | ||
|
Oops, something went wrong.