We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078fbf0 commit 4d13fb2Copy full SHA for 4d13fb2
package.json
@@ -10,7 +10,6 @@
10
"packages/*"
11
],
12
"scripts": {
13
- "postinstall": "yarn bootstrap",
14
"bootstrap": "yarn build:packages && yarn workspaces run install",
15
"clean": "lerna clean",
16
"start": "run-p start:*",
@@ -30,6 +29,7 @@
30
29
"build:packages": "lerna run --scope 'react-async*' build",
31
"build:examples": "lerna run --scope '*-example' build",
32
"build:storybook": "build-storybook -o docs",
+ "now-build": "yarn bootstrap",
33
"bump": "lerna version -m 'Bump' --no-git-tag-version --no-push",
34
"postbump": "yarn build:packages"
35
},
0 commit comments