diff --git a/package.json b/package.json index 13406ff2..c21a3c04 100644 --- a/package.json +++ b/package.json @@ -45,14 +45,11 @@ }, "scripts": { "lerna": "lerna", - "build": "lerna run prepare --since master --stream --sort -- --scripts-prepend-node-path", "build:all": "lerna run build", "publish": "lerna publish", "canary": "lerna publish --canary preminor --npm-tag alpha", "next": "lerna publish --bump prerelease --npm-tag next", - "lint": "eslint \"**/*.{js,jsx,ts,tsx}\" --cache", - "lint:fix": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix --cache", - "lint:all": "eslint \"**/*.{js,jsx,ts,tsx}\"", + "lint:all": "lerna run lint", "prettify": "prettier --write .", "prettier:check": "prettier --check .", "test": "jest --onlyChanged",