From 6679e16d0f595cf121e8bcdb1481e31c8bb609a1 Mon Sep 17 00:00:00 2001 From: Charlike Mike Reagent Date: Fri, 6 Mar 2020 21:01:58 +0200 Subject: [PATCH] chore: update npm scripts Signed-off-by: Charlike Mike Reagent --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 5349f49..ad95286 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,7 @@ "presetup": "echo foo-bar", "setup": "yarn", "postsetup": "yarn run setup:full", - "setup:ci": "yarn --frozen-lockfile --check-files", - "postsetup:ci": "yarn run setup:full", + "setup:ci": "yarn setup --frozen-lockfile --check-files", "setup:full": "yarn audit && yarn run setup:locklint && yarn run bootstrap", "setup:locklint": "lockfile-lint --path yarn.lock --type yarn --validate-https", "test": "jest",