Skip to content

Commit

Permalink
Remove shorthand for build and serve
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib authored Sep 12, 2024
1 parent aa6233f commit 91f557d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 91f557d

Please sign in to comment.