-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
- generate a multi line pipeline ─┬─install─┬─lint─┬─coverage─┬─test──docs | | | | └──npm────┘ └──upload──┘ - updates dependencies
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ script: | |
node_js: | ||
- "8" | ||
- "10" | ||
- "11" | ||
- "12" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
- [ ] capture any changes that weren't committed to git | ||
- [ ] document and test using build.sh as a module | ||
- [ ] add the option to to take in a build.json file and generate a report from that | ||
- [ ] generate a multi line pipeline | ||
``` | ||
─┬─install─┬─lint─┬─coverage─┬─test──docs | ||
| | | | | ||
└──npm────┘ └──upload──┘ | ||
``` |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
<!doctype html><html><head><meta charset="utf-8"><title>Storybook</title><style>html, body { | ||
<!doctype html><html><head><meta charset="utf-8"><title>Storybook</title><meta name="viewport" content="width=device-width,initial-scale=1"><style>html, body { | ||
overflow: hidden; | ||
height: 100%; | ||
width: 100%; | ||
margin: 0; | ||
padding: 0; | ||
}</style><script>try { | ||
}</style><script>/* globals window */ | ||
/* eslint-disable no-underscore-dangle */ | ||
try { | ||
if (window.parent !== window) { | ||
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__; | ||
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__; | ||
} | ||
} catch (e) { | ||
// eslint-disable-next-line no-console | ||
console.warn('unable to connect to parent frame for connecting dev tools'); | ||
}</script></head><body><div id="root"></div><script src="static/runtime~manager.9ffd8dd7b8642e4235e2.bundle.js"></script><script src="static/manager.8540b8ed8bc12e991f86.bundle.js"></script></body></html> | ||
}</script></head><body><div id="root"></div><script src="runtime~main.3aaa912fd37e258bb4b5.bundle.js"></script><script src="vendors~main.7dc25e184ad00d8db131.bundle.js"></script><script src="main.ddcf8a9c97c3afa703ab.bundle.js"></script></body></html> |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.