mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-30 11:54:08 +03:00
add docs test
This commit is contained in:
parent
4b1101dabb
commit
b5519efc27
@ -8,6 +8,7 @@
|
|||||||
"test-render": "node tests-rendering/automation/run.js --chrome",
|
"test-render": "node tests-rendering/automation/run.js --chrome",
|
||||||
"test-render-sauce": "source sauce.env; node tests-rendering/automation/run.js --sauce",
|
"test-render-sauce": "source sauce.env; node tests-rendering/automation/run.js --sauce",
|
||||||
"test-render-sauce-automated": "node tests-rendering/automation/run.js --sauce",
|
"test-render-sauce-automated": "node tests-rendering/automation/run.js --sauce",
|
||||||
|
"test-doc-preview": "bash tests-rendering/automation/doc-preview.sh",
|
||||||
"bench": "node benchmarks/runtime/index.js"
|
"bench": "node benchmarks/runtime/index.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
1
tests-rendering/automation/doc-preview.sh
Normal file
1
tests-rendering/automation/doc-preview.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
elm make --docs docs.json
|
Loading…
Reference in New Issue
Block a user