Skip to content

Commit 1ff69b7

Browse files
committed
Fix recursive build
1 parent a2e657f commit 1ff69b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/common/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"scripts": {
1414
"test": "jest",
1515
"clean": "rimraf lib && yarn rimraf node_modules/@types/react-native",
16-
"install": "cd ../../ && yarn && yarn build:deps",
1716
"start": "(yarn tsc --watch & yarn babel src --out-dir lib --watch & yarn cpx \"src/**/*.{css,svg,png,jpg}\" lib --watch)",
1817
"start:storybook": "start-storybook",
1918
"build:storybook": "build-storybook -c .storybook -o public",

0 commit comments

Comments
 (0)