Skip to content

Commit

Permalink
Make bench package publish correctly (#29)
Browse files Browse the repository at this point in the history
* feat: remove publish ignore

* fix: bench package name error
  • Loading branch information
okoala authored Dec 27, 2017
1 parent ea0d500 commit 94fb40e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions bench/avet-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bench-avet",
"name": "bench-avet-simple",
"version": "1.0.0-16",
"scripts": {
"start": "avet-bin build && avet-bin start"
Expand All @@ -8,4 +8,4 @@
"avet": "1.0.0-16",
"avet-bin": "1.0.0-16"
}
}
}
4 changes: 2 additions & 2 deletions bench/beidou-simple/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -29,4 +29,4 @@
"node": ">= 6.0.0"
},
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions bench/next-big/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -9,4 +9,4 @@
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}
}
4 changes: 2 additions & 2 deletions bench/next-simple/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -9,4 +9,4 @@
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}
}
5 changes: 0 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
"avet-client",
"avet-utils"
]
},
"publish": {
"ignore": [
"bench/*"
]
}
},
"packages": [
Expand Down

0 comments on commit 94fb40e

Please sign in to comment.