Skip to content

Commit e3e6ef9

Browse files
committed
[DDW-1083] Get rid of utils/lockfile-checker (no longer needed with newer yarn2nix)
1 parent 360b9b1 commit e3e6ef9

File tree

2 files changed

+1
-174
lines changed

2 files changed

+1
-174
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:renderer": "yarn webpack -c source/renderer/webpack.config.js --progress",
1515
"build:cleanup": "rimraf ./dist",
1616
"build:electron": "./scripts/rebuild-native-modules.sh",
17-
"check:all": "yarn prettier:check && yarn lint && yarn compile && yarn stylelint && yarn lockfile:check && yarn i18n:manage && yarn storybook:build",
17+
"check:all": "yarn prettier:check && yarn lint && yarn compile && yarn stylelint && yarn i18n:manage && yarn storybook:build",
1818
"start": "yarn electron ./",
1919
"start:dev": "nodemon --watch 'dist/main' --exec 'NODE_ENV=development yarn start'",
2020
"test": "NODE_ENV=test yarn build && yarn test:unit && yarn test:e2e:fail-fast",
@@ -71,8 +71,6 @@
7171
"itn:shelley:wallet:importer": "yarn node-swc utils/api-importer/itn-shelley-wallet-importer.ts",
7272
"yoroi:wallet:importer": "yarn node-swc utils/api-importer/yoroi-wallet-importer.ts",
7373
"create-news-verification-hashes": "yarn node-swc utils/create-news-verification-hashes/index.ts",
74-
"lockfile:check": "yarn node-swc utils/lockfile-checker/index.ts --check",
75-
"lockfile:fix": "yarn node-swc utils/lockfile-checker/index.ts --fix",
7674
"typedef:sass": "typed-scss-modules source/renderer/app"
7775
},
7876
"bin": {

utils/lockfile-checker/index.ts

Lines changed: 0 additions & 171 deletions
This file was deleted.

0 commit comments

Comments
 (0)