Skip to content

Commit 19b1435

Browse files
committed
Fix bootstrap script.
1 parent d71d0a2 commit 19b1435

File tree

14 files changed

+14
-1
lines changed

14 files changed

+14
-1
lines changed

examples/basic-fetch/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/basic-fetch",
66
"scripts": {
7+
"bootstrap": "yarn install",
78
"postinstall": "relative-deps",
89
"prestart": "relative-deps",
910
"prebuild": "relative-deps",

examples/basic-hook/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/basic-hook",
66
"scripts": {
7+
"bootstrap": "yarn install",
78
"postinstall": "relative-deps",
89
"prestart": "relative-deps",
910
"prebuild": "relative-deps",

examples/custom-instance/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/custom-instance",
66
"scripts": {
7+
"bootstrap": "yarn install",
78
"postinstall": "relative-deps",
89
"prestart": "relative-deps",
910
"prebuild": "relative-deps",

examples/movie-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/movie-app",
66
"scripts": {
7+
"bootstrap": "yarn install",
78
"postinstall": "relative-deps",
89
"prestart": "relative-deps",
910
"prebuild": "relative-deps",

examples/with-abortcontroller/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/with-abortcontroller",
66
"scripts": {
7+
"bootstrap": "yarn install",
78
"postinstall": "relative-deps",
89
"prestart": "relative-deps",
910
"prebuild": "relative-deps",

examples/with-graphql/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/with-graphql",
66
"scripts": {
7+
"bootstrap": "yarn install",
78
"postinstall": "relative-deps",
89
"prestart": "relative-deps",
910
"prebuild": "relative-deps",

examples/with-nextjs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"main": "index.js",
66
"scripts": {
7+
"bootstrap": "yarn install",
78
"postinstall": "relative-deps",
89
"predev": "relative-deps",
910
"prebuild": "relative-deps",

examples/with-react-native/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"main": "node_modules/expo/AppEntry.js",
66
"scripts": {
7+
"bootstrap": "yarn install",
78
"postinstall": "relative-deps",
89
"prestart": "relative-deps",
910
"preandroid": "relative-deps",

examples/with-react-router/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"main": "index.js",
66
"scripts": {
7+
"bootstrap": "yarn install",
78
"postinstall": "relative-deps",
89
"prestart": "relative-deps",
910
"prebuild": "relative-deps",

examples/with-suspense/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"homepage": "https://react-async.async-library.now.sh/examples/with-suspense",
66
"scripts": {
7+
"bootstrap": "yarn install",
78
"postinstall": "relative-deps",
89
"prestart": "relative-deps",
910
"prebuild": "relative-deps",

0 commit comments

Comments
 (0)