Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 9953ece

Browse files
committed
chore: updated build command
1 parent 33b4804 commit 9953ece

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

example/package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"start": "expo start",
1212
"test": "jest",
1313
"storybook": "start-storybook -p 6006",
14-
"build-storybook": "build-storybook -s public --no-dll",
15-
"deploy-storybook": "storybook-to-ghpages",
14+
"build-storybook": "build-storybook -o public",
1615
"chromatic": "npx chromatic"
1716
},
1817
"dependencies": {
@@ -32,18 +31,11 @@
3231
"@storybook/addon-essentials": "^6.1.14",
3332
"@storybook/addon-links": "^6.1.14",
3433
"@storybook/react": "^6.1.14",
35-
"@storybook/storybook-deployer": "^2.8.7",
3634
"babel-loader": "^8.1.0",
3735
"babel-plugin-module-resolver": "^4.0.0",
3836
"babel-preset-expo": "^8.2.3",
3937
"chromatic": "^5.1.0",
4038
"expo-cli": "4.0.17",
4139
"react-is": "17.0.1"
42-
},
43-
"homepage": "https://react-native-toolkit.github.io/react-native-better-image",
44-
"storybook-deployer": {
45-
"gitUsername": "DaniAkash",
46-
"gitEmail": "s.daniakash@gmail.com",
47-
"commitMessage": "Deploying Storybook"
4840
}
4941
}

0 commit comments

Comments
 (0)