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"