From 0f51344c35c8c1d8362f145b84b00686d27e5aeb Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Mon, 1 Aug 2022 16:50:18 -0400 Subject: [PATCH] Inconsiquential change to allow a draft PR --- apps/cli/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/cli/package.json b/apps/cli/package.json index f4c7b66953..c68cf6fcdd 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -35,7 +35,8 @@ "publish:npm": "npm run build:prod && npm publish --access public", "test": "jest", "test:watch": "jest --watch", - "test:watch:all": "jest --watchAll" + "test:watch:all": "jest --watchAll", + "nothing": "echo 'Nothing to do'" }, "bin": { "bw": "build/bw.js"