mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-27 22:01:48 +03:00
Try new cypress command to fix build error.
This commit is contained in:
parent
0b6d801f74
commit
9640986e2c
@ -6,7 +6,7 @@
|
|||||||
"description": "Type-safe static sites, written in pure elm with your own custom elm-markup syntax.",
|
"description": "Type-safe static sites, written in pure elm with your own custom elm-markup syntax.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "cd examples/end-to-end && npm start",
|
"start": "cd examples/end-to-end && elm-pages dev",
|
||||||
"test": "set -x; (cd examples/routing && npm i && npm run build && elm-test-rs) && npm run test:snapshot && npx elmi-to-json --version && elm-verify-examples --run-tests && elm-test && (cd generator && mocha)",
|
"test": "set -x; (cd examples/routing && npm i && npm run build && elm-test-rs) && npm run test:snapshot && npx elmi-to-json --version && elm-verify-examples --run-tests && elm-test && (cd generator && mocha)",
|
||||||
"test:snapshot": "(cd examples/escaping && npm install && npm test) && (cd examples/base-path && npm install && npm test)",
|
"test:snapshot": "(cd examples/escaping && npm install && npm test) && (cd examples/base-path && npm install && npm test)",
|
||||||
"cypress": "npm start & cypress run",
|
"cypress": "npm start & cypress run",
|
||||||
|
Loading…
Reference in New Issue
Block a user