-
-
Notifications
You must be signed in to change notification settings - Fork 927
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor all kinds of scripts * Update docs to ensure linter passes
- Loading branch information
1 parent
62172cb
commit 48e7fd1
Showing
23 changed files
with
1,695 additions
and
340 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.vscode/ | ||
coverage/ | ||
docs/lib/ | ||
examples/ | ||
/.vscode | ||
/coverage | ||
/docs/lib | ||
/examples | ||
/mithril.js | ||
/mithril.min.js | ||
node_modules/ | ||
/node_modules |
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 |
---|---|---|
|
@@ -16,12 +16,6 @@ install: | |
# This is to prevent lint-staged/prettier from running on the bundles | ||
- npm rm husky | ||
|
||
# Build bundles (so they're always up to date) | ||
before_script: | ||
- npm run build-browser | ||
# Pass -save so it'll update the readme as well | ||
- npm run build-min -- -save | ||
|
||
# Run tests, lint, and then check for perf regressions | ||
script: | ||
- npm test | ||
|
@@ -90,12 +84,13 @@ deploy: | |
tags: true | ||
repo: MithrilJS/mithril.js | ||
|
||
- provider: npm | ||
skip_cleanup: true | ||
email: [email protected] | ||
api_key: | ||
secure: "uPLbeJTalA/b38srb1VuWnD3eOgeKTkXf8VVUasUXIqc2xub4DSkFm1IVKSVd/rzP7EeO7+gRUs2UteNKlpZJl226IS5mFPSVtC7ViW46WSpYT0wlMsc7hrubMBGTx3/XYpPwtmMlTIGs5ICT7YkGAuju/6i79LDAB+gbnEY8Bc=" | ||
on: | ||
tags: true | ||
repo: MithrilJS/mithril.js | ||
condition: "$TRAVIS_TAG != *-*" | ||
# Skip until I can figure out what's going on with docs + version deployment | ||
# - provider: npm | ||
# skip_cleanup: true | ||
# email: [email protected] | ||
# api_key: | ||
# secure: "uPLbeJTalA/b38srb1VuWnD3eOgeKTkXf8VVUasUXIqc2xub4DSkFm1IVKSVd/rzP7EeO7+gRUs2UteNKlpZJl226IS5mFPSVtC7ViW46WSpYT0wlMsc7hrubMBGTx3/XYpPwtmMlTIGs5ICT7YkGAuju/6i79LDAB+gbnEY8Bc=" | ||
# on: | ||
# tags: true | ||
# repo: MithrilJS/mithril.js | ||
# condition: "$TRAVIS_TAG != *-*" |
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 was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.