From 91f557db0a39edbf28807ec1547900473b5e32b7 Mon Sep 17 00:00:00 2001 From: Felix Habib <33821218+felixhabib@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:43:36 +1000 Subject: [PATCH] Remove shorthand for `build` and `serve` --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 4cb0a275..d30135f8 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,6 @@ "cypress:dev": "start-server-and-test start:all '9000|9001|9002' 'cypress open --browser chrome --e2e'", "cypress:verify": "cypress verify", "start": "pnpm start:basic", - "build": "pnpm build:basic", - "serve": "pnpm serve:basic", "start:basic": "./bin/cli.cjs start --config cypress/projects/basic/playroom.config.js", "build:basic": "./bin/cli.cjs build --config cypress/projects/basic/playroom.config.js", "serve:basic": "PORT=9000 serve --config ../serve.json --no-request-logging cypress/projects/basic/dist",