File tree 14 files changed +14
-1
lines changed
14 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/basic-fetch" ,
6
6
"scripts" : {
7
+ "bootstrap" : " yarn install" ,
7
8
"postinstall" : " relative-deps" ,
8
9
"prestart" : " relative-deps" ,
9
10
"prebuild" : " relative-deps" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/basic-hook" ,
6
6
"scripts" : {
7
+ "bootstrap" : " yarn install" ,
7
8
"postinstall" : " relative-deps" ,
8
9
"prestart" : " relative-deps" ,
9
10
"prebuild" : " relative-deps" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/custom-instance" ,
6
6
"scripts" : {
7
+ "bootstrap" : " yarn install" ,
7
8
"postinstall" : " relative-deps" ,
8
9
"prestart" : " relative-deps" ,
9
10
"prebuild" : " relative-deps" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/movie-app" ,
6
6
"scripts" : {
7
+ "bootstrap" : " yarn install" ,
7
8
"postinstall" : " relative-deps" ,
8
9
"prestart" : " relative-deps" ,
9
10
"prebuild" : " relative-deps" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/with-abortcontroller" ,
6
6
"scripts" : {
7
+ "bootstrap" : " yarn install" ,
7
8
"postinstall" : " relative-deps" ,
8
9
"prestart" : " relative-deps" ,
9
10
"prebuild" : " relative-deps" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/with-graphql" ,
6
6
"scripts" : {
7
+ "bootstrap" : " yarn install" ,
7
8
"postinstall" : " relative-deps" ,
8
9
"prestart" : " relative-deps" ,
9
10
"prebuild" : " relative-deps" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
+ "bootstrap" : " yarn install" ,
7
8
"postinstall" : " relative-deps" ,
8
9
"predev" : " relative-deps" ,
9
10
"prebuild" : " relative-deps" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"main" : " node_modules/expo/AppEntry.js" ,
6
6
"scripts" : {
7
+ "bootstrap" : " yarn install" ,
7
8
"postinstall" : " relative-deps" ,
8
9
"prestart" : " relative-deps" ,
9
10
"preandroid" : " relative-deps" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
+ "bootstrap" : " yarn install" ,
7
8
"postinstall" : " relative-deps" ,
8
9
"prestart" : " relative-deps" ,
9
10
"prebuild" : " relative-deps" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/with-suspense" ,
6
6
"scripts" : {
7
+ "bootstrap" : " yarn install" ,
7
8
"postinstall" : " relative-deps" ,
8
9
"prestart" : " relative-deps" ,
9
10
"prebuild" : " relative-deps" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " https://react-async.async-library.now.sh/examples/with-typescript" ,
6
6
"scripts" : {
7
+ "bootstrap" : " yarn install" ,
7
8
"postinstall" : " relative-deps" ,
8
9
"prestart" : " relative-deps" ,
9
10
"prebuild" : " relative-deps" ,
Original file line number Diff line number Diff line change 10
10
" packages/*"
11
11
],
12
12
"scripts" : {
13
- "bootstrap" : " yarn build:packages && yarn workspaces run install " ,
13
+ "bootstrap" : " yarn build:packages && yarn workspaces run bootstrap " ,
14
14
"clean" : " lerna clean" ,
15
15
"start" : " run-p start:*" ,
16
16
"start:examples" : " now dev" ,
Original file line number Diff line number Diff line change 17
17
},
18
18
"main" : " src" ,
19
19
"scripts" : {
20
+ "bootstrap" : " yarn install" ,
20
21
"build" : " pika build" ,
21
22
"postbuild" : " copyfiles -f ../../LICENSE ../../README.md pkg" ,
22
23
"publish" : " npm publish pkg"
Original file line number Diff line number Diff line change 19
19
},
20
20
"main" : " src" ,
21
21
"scripts" : {
22
+ "bootstrap" : " yarn install" ,
22
23
"build" : " pika build" ,
23
24
"postbuild" : " copyfiles -f ../../LICENSE ../../README.md pkg" ,
24
25
"publish" : " npm publish pkg"
You can’t perform that action at this time.
0 commit comments