Skip to content

Commit

Permalink
Remove components boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca committed Jan 15, 2024
1 parent 611a186 commit 0a8cb52
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 528 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion {{cookiecutter.project_dirname}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"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=https://localhost:3000 cypress open",
"e2e": "CYPRESS_BASE_URL=http://localhost:3000 cypress open",
"lint": "next lint",
"pact": "npx jest pact/contracts --testEnvironment=node --detectOpenHandles",
"start": "node server.js",
Expand Down
24 changes: 0 additions & 24 deletions {{cookiecutter.project_dirname}}/src/components/commons/Button.tsx

This file was deleted.

Loading

0 comments on commit 0a8cb52

Please sign in to comment.