-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure that dist files are added to npm
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 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,12 +6,14 @@ sudo: false | |
cache: | ||
directories: | ||
- node_modules | ||
before_script: | ||
- npm run lint | ||
install: | ||
- npm install | ||
before_script: | ||
- npm run lint | ||
script: | ||
- npm test | ||
before_deploy: | ||
- npm run build | ||
deploy: | ||
provider: npm | ||
email: [email protected] | ||
|
@@ -20,6 +22,5 @@ deploy: | |
skip_cleanup: true | ||
on: | ||
tags: true | ||
|
||
after_success: | ||
- npm run publish_coverage |
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