diff --git a/package.json b/package.json index 7b1d8b3..6967d24 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@humus/monorepo", + "name": "@persea/monorepo", "private": true, "scripts": { "build": "lerna run build", @@ -9,7 +9,6 @@ "lint": "lerna run lint", "package": "node ./package.js", "refresh": "yarn run clean && npx lerna exec link-all && yarn run build && yarn run test", - "refresh": "yarn run clean && npx lerna exec link-all && yarn run build && yarn run test", "test": "lerna run test --no-bail -- --silent", "watch": "lerna run watch --parallel" },