diff --git a/package.json b/package.json index 9155632..09fbefc 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "compile": "tsc -b ./", "lint": "eslint -c .eslintrc.json --ext .ts src", "watch": "tsc -watch -p ./", - "pretest": "npm run compile && yarn npm lint", + "pretest": "npm run compile && npm run lint", "test": "node ./out/test/runTest.js", "electron-rebuild": "electron-rebuild -v 36.5.0", "build-bindings": "node ./scripts/build-bindings.js", @@ -198,6 +198,5 @@ "trash": "^6.1.1", "typescript-string-operations": "^1.5.1", "webpack": "^5.99.9" - }, - "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" + } }