chore: pkg

This commit is contained in:
cha0s 2021-01-23 11:39:42 -06:00
parent 11aa1ebd68
commit 8577d938b2

View File

@ -1,5 +1,5 @@
{ {
"name": "@humus/monorepo", "name": "@persea/monorepo",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "lerna run build", "build": "lerna run build",
@ -9,7 +9,6 @@
"lint": "lerna run lint", "lint": "lerna run lint",
"package": "node ./package.js", "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",
"refresh": "yarn run clean && npx lerna exec link-all && yarn run build && yarn run test",
"test": "lerna run test --no-bail -- --silent", "test": "lerna run test --no-bail -- --silent",
"watch": "lerna run watch --parallel" "watch": "lerna run watch --parallel"
}, },