From 9640986e2c34e533c0890d22440eac74da8dff5d Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Wed, 9 Mar 2022 13:47:39 -0800 Subject: [PATCH] Try new cypress command to fix build error. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97be22e8..55c0edf5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "description": "Type-safe static sites, written in pure elm with your own custom elm-markup syntax.", "main": "index.js", "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:snapshot": "(cd examples/escaping && npm install && npm test) && (cd examples/base-path && npm install && npm test)", "cypress": "npm start & cypress run",