From 6119168a43be0639de013108ca50b4e5b41f48dc Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Tue, 20 Jun 2023 18:26:29 +0100 Subject: [PATCH] chore: clean package --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0c18fa66d6..bc6658fa58 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,10 @@ "license": "ISC", "scripts": { "start": "nx exec -- craco start", - "build": "npx nx run-many -t build", - "test": "npx nx run-many -t test", - "e2e": "npx nx run-many -t e2e", + "build": "nx run-many -t build", + "build:cowswap": "nx build cowswap", + "test": "nx run-many -t test", + "e2e": "nx run-many -t e2e", "start:ssl": "nx exec -- HTTPS=true yarn start", "start:service-worker": "nx exec -- yarn _start:service-worker ", "lint:fix": "nx exec -- yarn run eslint --fix ./",