Skip to content

Commit

Permalink
Fix build command sequencing, make @types/axe-core version hardset, r…
Browse files Browse the repository at this point in the history
…ebuild
  • Loading branch information
rpearce committed Mar 11, 2020
1 parent cad67ed commit 56b3e22
Show file tree
Hide file tree
Showing 25 changed files with 38 additions and 323 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Expand Up @@ -71,4 +71,4 @@
}</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.58afbba722ed970ea954.bundle.js"></script><script src="vendors~main.58afbba722ed970ea954.bundle.js"></script><script src="main.58afbba722ed970ea954.bundle.js"></script></body></html>
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.fd086ed30b1eb5989855.bundle.js"></script><script src="vendors~main.fd086ed30b1eb5989855.bundle.js"></script><script src="main.fd086ed30b1eb5989855.bundle.js"></script></body></html>
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -16,4 +16,4 @@
}</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.707b56da4e928e093175.bundle.js"></script><script src="vendors~main.358b9044702dfeb4a71a.bundle.js"></script><script src="main.40cb09e8a9b174a425bd.bundle.js"></script></body></html>
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.707b56da4e928e093175.bundle.js"></script><script src="vendors~main.2c849f000f4a6ca25fc3.bundle.js"></script><script src="main.5b9b620b401a8d1fe4ae.bundle.js"></script></body></html>
1 change: 0 additions & 1 deletion docs/main.40cb09e8a9b174a425bd.bundle.js

This file was deleted.

2 changes: 0 additions & 2 deletions docs/main.58afbba722ed970ea954.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/main.58afbba722ed970ea954.bundle.js.map

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.5b9b620b401a8d1fe4ae.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions docs/main.bd4acda64e81299d82f4.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/main.bd4acda64e81299d82f4.bundle.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions docs/main.fd086ed30b1eb5989855.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main.fd086ed30b1eb5989855.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/runtime~main.58afbba722ed970ea954.bundle.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions docs/runtime~main.bd4acda64e81299d82f4.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/runtime~main.bd4acda64e81299d82f4.bundle.js.map

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/runtime~main.fd086ed30b1eb5989855.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 0 additions & 128 deletions docs/vendors~main.358b9044702dfeb4a71a.bundle.js

This file was deleted.

3 changes: 0 additions & 3 deletions docs/vendors~main.58afbba722ed970ea954.bundle.js

This file was deleted.

147 changes: 0 additions & 147 deletions docs/vendors~main.58afbba722ed970ea954.bundle.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/vendors~main.58afbba722ed970ea954.bundle.js.map

This file was deleted.

1 change: 0 additions & 1 deletion docs/vendors~main.bd4acda64e81299d82f4.bundle.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/vendors~main.fd086ed30b1eb5989855.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -40,7 +40,7 @@
"dist/"
],
"scripts": {
"build": "yarn clean && run-p build:js build:docs",
"build": "run-s clean build:js build:docs",
"build:docs": "mkdir -p docs && build-storybook -o docs",
"build:js": "rollup -c ./rollup.config.js",
"build:js:watch": "yarn build:js -- -w",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@storybook/react": "5.3.14",
"@testing-library/jest-dom": "5.1.1",
"@testing-library/react": "9.5.0",
"@types/axe-core": "^2.0.7",
"@types/axe-core": "2.0.7",
"@types/jest": "25.1.4",
"@types/node": "13.9.0",
"@types/react": "16.9.23",
Expand Down

0 comments on commit 56b3e22

Please sign in to comment.