From cc48e5accf7dd3bb1993f9c19aa6da427a92a369 Mon Sep 17 00:00:00 2001 From: Alexis Rico Date: Fri, 15 Jul 2022 13:32:52 +0200 Subject: [PATCH] Remove yarn usages --- cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/package.json b/cli/package.json index 4f87b20f0..bd34379fb 100644 --- a/cli/package.json +++ b/cli/package.json @@ -106,8 +106,8 @@ "build": "shx rm -rf dist && tsc -b && cp src/*.html dist", "lint": "eslint . --ext .ts --config .eslintrc", "postpack": "shx rm -f oclif.manifest.json", - "posttest": "yarn lint", - "prepack": "yarn build && oclif manifest && oclif readme", + "posttest": "npm run lint", + "prepack": "npm run build && oclif manifest && oclif readme", "version": "oclif readme && git add README.md", "start": "node ./bin/run.js" },