From 118f5cfa602bf4f018c7820b17e5947199f1a04b Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 25 Sep 2023 17:27:48 +0200 Subject: [PATCH] chore: add simulate ci scripts --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c0b77b6..3e59e28 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "build": "turbo run build", "check": "turbo run check", "clean": "turbo clean", + "simulate:ci": "npm run check && npm run build && npm run test && npm run lint", "test:watch": "turbo run test:watch", "test:coverage": "turbo run test:coverage", "publish": "turbo run lint build check test && npm publish --access public -w",