Skip to content

Commit 79897b4

Browse files
committed
Lerna run doesn't require script to be present in all packages.
1 parent 8c9d0dc commit 79897b4

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

examples/with-nextjs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"pretest": "relative-deps",
1212
"dev": "next",
1313
"build": "next build",
14-
"start": "next start",
15-
"test": "true"
14+
"start": "next start"
1615
},
1716
"dependencies": {
1817
"isomorphic-fetch": "^2.2.1",

examples/with-react-router/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"postinstall": "relative-deps",
88
"prestart": "relative-deps",
99
"pretest": "relative-deps",
10-
"start": "parcel index.html",
11-
"test": "true"
10+
"start": "parcel index.html"
1211
},
1312
"dependencies": {
1413
"@babel/preset-react": "^7.0.0",

packages/react-async-devtools/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"scripts": {
2020
"build": "pack build",
2121
"postbuild": "copyfiles -f ../../LICENSE ../../README.md pkg",
22-
"publish": "npm publish pkg",
23-
"test": "true"
22+
"publish": "npm publish pkg"
2423
},
2524
"peerDependencies": {
2625
"react": ">=16.3.1",

packages/react-async/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"scripts": {
2222
"build": "pack build",
2323
"postbuild": "copyfiles -f ../../LICENSE ../../README.md pkg",
24-
"publish": "npm publish pkg",
25-
"test": "true"
24+
"publish": "npm publish pkg"
2625
},
2726
"peerDependencies": {
2827
"react": ">=16.3.1"

0 commit comments

Comments
 (0)