Skip to content

Commit

Permalink
refactor(app): remove app package in favor of vite-app. remove app fr…
Browse files Browse the repository at this point in the history
…om husky hooks
  • Loading branch information
shavinac committed Apr 7, 2022
1 parent ac03b70 commit 1a1af40
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 15,079 deletions.
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

cd app
yarn run lint

cd ../vite-app
cd vite-app
yarn run lint
5 changes: 1 addition & 4 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

cd app
yarn run test

cd ../vite-app
cd vite-app
yarn run test
51 changes: 0 additions & 51 deletions app/.eslintrc.js

This file was deleted.

23 changes: 0 additions & 23 deletions app/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions app/.prettierrc.js

This file was deleted.

46 changes: 0 additions & 46 deletions app/README.md

This file was deleted.

62 changes: 0 additions & 62 deletions app/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions app/postcss.config.js

This file was deleted.

Binary file removed app/public/favicon.ico
Binary file not shown.
43 changes: 0 additions & 43 deletions app/public/index.html

This file was deleted.

Binary file removed app/public/logo192.png
Binary file not shown.
Binary file removed app/public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions app/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions app/public/robots.txt

This file was deleted.

38 changes: 0 additions & 38 deletions app/src/App.css

This file was deleted.

9 changes: 0 additions & 9 deletions app/src/App.test.tsx

This file was deleted.

41 changes: 0 additions & 41 deletions app/src/App.tsx

This file was deleted.

Loading

0 comments on commit 1a1af40

Please sign in to comment.