Skip to content

Commit 4d13fb2

Browse files
committed
Another attempt at getting Now to behave.
1 parent 078fbf0 commit 4d13fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"packages/*"
1111
],
1212
"scripts": {
13-
"postinstall": "yarn bootstrap",
1413
"bootstrap": "yarn build:packages && yarn workspaces run install",
1514
"clean": "lerna clean",
1615
"start": "run-p start:*",
@@ -30,6 +29,7 @@
3029
"build:packages": "lerna run --scope 'react-async*' build",
3130
"build:examples": "lerna run --scope '*-example' build",
3231
"build:storybook": "build-storybook -o docs",
32+
"now-build": "yarn bootstrap",
3333
"bump": "lerna version -m 'Bump' --no-git-tag-version --no-push",
3434
"postbump": "yarn build:packages"
3535
},

0 commit comments

Comments
 (0)