This repository has been archived by the owner on May 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update semantic-release version (#99)
- Loading branch information
1 parent
0a29377
commit 29b5d13
Showing
3 changed files
with
24 additions
and
16 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
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,17 @@ | ||
scripts: | ||
lint: | ||
script: eslint index.js test/**/*.js | ||
description: Checks for any formatting errors | ||
test: | ||
default: | ||
script: nyc --reporter=lcov --reporter=text mocha test/**/*.spec.js | ||
description: Executes the Test Suite | ||
tdd: | ||
script: mocha -w test/**/*.spec.js | ||
description: Watches for changes and executes the Test Suite accordingly | ||
report-coverage: | ||
script: coveralls < coverage/lcov.info | ||
description: Reports code coverage information to Coveralls | ||
semantic-release: | ||
script: semantic-release | ||
description: Publishes the artifact to NPM and GitHub |
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