Skip to content

Commit

Permalink
Add shorthand for start, build and serve scripts without theme …
Browse files Browse the repository at this point in the history
…variant (#365)
  • Loading branch information
felixhabib authored Sep 13, 2024
1 parent ae7053f commit ff68fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"cypress": "start-server-and-test build-and-serve:all '9000|9001|9002' 'cypress run'",
"cypress:dev": "start-server-and-test start:all '9000|9001|9002' 'cypress open --browser chrome --e2e'",
"cypress:verify": "cypress verify",
"start": "pnpm start: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 ff68fad

Please sign in to comment.