Skip to content

Commit 9966ae2

Browse files
author
Marco Cesarato
committed
chore(Example): add deploy script
1 parent f6501f8 commit 9966ae2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Example/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"main": "node_modules/expo/AppEntry.js",
3+
"homepage": "https://marcocesarato.github.io/react-native-input-spinner/",
34
"scripts": {
5+
"deploy": "gh-pages -d web-build",
6+
"predeploy": "expo build:web",
47
"start": "expo start",
58
"android": "expo start --android",
69
"ios": "expo start --ios",
@@ -17,7 +20,8 @@
1720
"react-native-web": "~0.15.0"
1821
},
1922
"devDependencies": {
20-
"babel-preset-expo": "8.3.0"
23+
"babel-preset-expo": "8.3.0",
24+
"gh-pages": "^3.1.0"
2125
},
2226
"private": true
2327
}

0 commit comments

Comments
 (0)