Skip to content

Commit

Permalink
refactor: use faster custom node resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 16, 2020
1 parent 815ff49 commit 9eef197
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -5,8 +5,7 @@
"packages/*"
],
"scripts": {
"lint": "eslint --ext .ts packages/*/src/**",
"postinstall": "patch-package"
"lint": "eslint --ext .ts packages/*/src/**"
},
"devDependencies": {
"@types/node": "^14.14.10",
Expand All @@ -18,7 +17,6 @@
"lint-staged": "^10.5.3",
"minimist": "^1.2.5",
"npm-run-all": "^4.1.5",
"patch-package": "^6.2.2",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
Expand Down

0 comments on commit 9eef197

Please sign in to comment.