diff --git a/bench/avet-simple/package.json b/bench/avet-simple/package.json index 26e9022..32e0ecf 100644 --- a/bench/avet-simple/package.json +++ b/bench/avet-simple/package.json @@ -1,5 +1,5 @@ { - "name": "bench-avet", + "name": "bench-avet-simple", "version": "1.0.0-16", "scripts": { "start": "avet-bin build && avet-bin start" @@ -8,4 +8,4 @@ "avet": "1.0.0-16", "avet-bin": "1.0.0-16" } -} +} \ No newline at end of file diff --git a/bench/beidou-simple/package.json b/bench/beidou-simple/package.json index f88db3e..1e43051 100644 --- a/bench/beidou-simple/package.json +++ b/bench/beidou-simple/package.json @@ -1,5 +1,5 @@ { - "name": "bench-beidou-big", + "name": "bench-beidou-simple", "version": "1.0.0-16", "scripts": { "start": "beidou-build && node ./bin/server.js" @@ -29,4 +29,4 @@ "node": ">= 6.0.0" }, "license": "MIT" -} +} \ No newline at end of file diff --git a/bench/next-big/package.json b/bench/next-big/package.json index 33e23d5..3309490 100644 --- a/bench/next-big/package.json +++ b/bench/next-big/package.json @@ -1,5 +1,5 @@ { - "name": "bench-next", + "name": "bench-next-big", "version": "1.0.0-16", "scripts": { "start": "NODE_ENV=production next build && NODE_ENV=production next start" @@ -9,4 +9,4 @@ "react": "^16.2.0", "react-dom": "^16.2.0" } -} +} \ No newline at end of file diff --git a/bench/next-simple/package.json b/bench/next-simple/package.json index 33e23d5..4d23294 100644 --- a/bench/next-simple/package.json +++ b/bench/next-simple/package.json @@ -1,5 +1,5 @@ { - "name": "bench-next", + "name": "bench-next-simple", "version": "1.0.0-16", "scripts": { "start": "NODE_ENV=production next build && NODE_ENV=production next start" @@ -9,4 +9,4 @@ "react": "^16.2.0", "react-dom": "^16.2.0" } -} +} \ No newline at end of file diff --git a/lerna.json b/lerna.json index a208ac0..af3e52a 100644 --- a/lerna.json +++ b/lerna.json @@ -20,11 +20,6 @@ "avet-client", "avet-utils" ] - }, - "publish": { - "ignore": [ - "bench/*" - ] } }, "packages": [