Skip to content

Commit

Permalink
Restore package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
macbook committed Jan 12, 2024
1 parent 1f067c7 commit a76200a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_dirname}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "next build",
"ci:contract-test": "npx jest pact/contracts --testEnvironment=node --color --detectOpenHandles --passWithNoTests",
"ci:unit-test": "npx jest --color --silent --detectOpenHandles --testPathIgnorePatterns=pact/contracts --coverage --coverageDirectory ./coverage/tests --ci --reporters=default --reporters=jest-junit",
"e2e": "CYPRESS_BASE_URL=http://localhost:3000 cypress open",
"e2e": "CYPRESS_BASE_URL=https://localhost:3000 cypress open",
"e2e": "CYPRESS_BASE_URL=https://localhost:8443 cypress open",
"lint": "next lint",
"pact": "npx jest pact/contracts --testEnvironment=node --detectOpenHandles",
"start": "node server.js",
Expand Down

0 comments on commit a76200a

Please sign in to comment.