Skip to content

Commit

Permalink
[COJ-1230]/Amina/feat: remove accout-v2 from deriv-app (binary-com#15450
Browse files Browse the repository at this point in the history
)

* feat: remove accout-v2 from deriv-app

* fix: package_fix

* fix: remove unused hooks
  • Loading branch information
amina-deriv committed Jun 6, 2024
1 parent c84b1f7 commit ea75dbc
Show file tree
Hide file tree
Showing 334 changed files with 5 additions and 15,916 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ packages/components/stories/icon/icons.js
packages/p2p/lib/
packages/appstore/lib/
packages/appstore/.out
packages/account-v2/src/modules/scripts/webpack-entries.json
packages/wallets/src/translations/messages.json
.env
nx-cloud.env
Expand Down
2 changes: 1 addition & 1 deletion jest.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ module.exports = {
transformIgnorePatterns: ['/node_modules/(?!(@enykeev/react-virtualized|@simplewebauthn/browser)).+\\.js$'],
setupFiles: ['<rootDir>/../../jest.setup.js'],
setupFilesAfterEnv: ['<rootDir>/../../setupTests.js'],
testPathIgnorePatterns: ['/integration-tests/', '/component-tests/', '/account-v2/'],
testPathIgnorePatterns: ['/integration-tests/', '/component-tests/'],
};
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ module.exports = {
},
testRegex: '(/__tests__/.*|(\\.)(test|spec))\\.(js|jsx|tsx|ts)?$',
transformIgnorePatterns: ['/node_modules/(?!(@enykeev/react-virtualized|@simplewebauthn/browser)).+\\.js$'],
testPathIgnorePatterns: ['/integration-tests/', '/account-v2/'],
testPathIgnorePatterns: ['/integration-tests/'],
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"scripts": {
"analyze:build": "nx run-many --target=analyze:build",
"analyze:stats": "nx run-many --target=analyze:stats",
"build:all": "nx build @deriv/components --skip-nx-cache && nx build @deriv/account --skip-nx-cache && nx build @deriv/bot-web-ui --skip-nx-cache && nx run-many --exclude=@deriv/account-v2,@deriv-lib/account-v2-lib --target=build",
"build:all": "nx build @deriv/components --skip-nx-cache && nx build @deriv/account --skip-nx-cache && nx build @deriv/bot-web-ui --skip-nx-cache && nx run-many --target=build",
"build:one": "f () { nx build @deriv/$1 $2 ;}; f",
"build:since": "nx affected --target=build",
"test:eslint-all": "nx run-many --exclude=@deriv/account-v2,@deriv-lib/account-v2-lib --target=test:eslint",
"test:eslint-all": "nx run-many --target=test:eslint",
"test:eslint-one": "f () { nx test @deriv/$1 --target=test:eslint ;}; f",
"test:eslint-since": "f () { nx affected --target=eslint ;}; f",
"bootstrap:ci": "f () { lerna link && lerna bootstrap --ci --hoist --strict && lerna link ;}; f",
Expand Down
4 changes: 0 additions & 4 deletions packages/account-v2/.eslintignore

This file was deleted.

105 changes: 0 additions & 105 deletions packages/account-v2/.eslintrc.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/account-v2/.stylelintrc.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/account-v2/babel.config.json

This file was deleted.

121 changes: 0 additions & 121 deletions packages/account-v2/build/build-loaders.ts

This file was deleted.

45 changes: 0 additions & 45 deletions packages/account-v2/build/build-optimization.ts

This file was deleted.

9 changes: 0 additions & 9 deletions packages/account-v2/build/build-resolvers.ts

This file was deleted.

35 changes: 0 additions & 35 deletions packages/account-v2/build/build-webpack-config.ts

This file was deleted.

Loading

0 comments on commit ea75dbc

Please sign in to comment.