From 293e4ad13360994b5fa0aa62f4ff7cfc97757508 Mon Sep 17 00:00:00 2001 From: Nick Cernis Date: Tue, 22 Nov 2022 11:24:49 +0100 Subject: [PATCH] Bump faustwp/cli to 0.1.5 So that new FAUST_NO_INTERACTION env vars work when starting sites from a blueprint in Local. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4cf41d0..1a0028f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@apollo/client": "3.7.0", - "@faustwp/cli": "0.1.4", + "@faustwp/cli": "0.1.5", "@faustwp/core": "0.1.3", "classnames": "^2.3.1", "graphql": "^16.6.0",