Skip to content

Commit 2261e91

Browse files
committed
switched to yarn
1 parent a92c162 commit 2261e91

File tree

7 files changed

+5375
-7466
lines changed

7 files changed

+5375
-7466
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
steps:
88
- checkout
99

10-
- run: npm i && npm run lint && npm run build
10+
- run: yarn && yarn lint && yarn build
1111

12-
- run: cd CollapsibleHeaderViewsExample && npm i && npm run build
12+
- run: cd CollapsibleHeaderViewsExample && yarn && yarn build
1313

1414
- persist_to_workspace:
1515
root: .

CollapsibleHeaderViewsExample/package-lock.json

Lines changed: 0 additions & 7021 deletions
This file was deleted.

CollapsibleHeaderViewsExample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"preinstall": "cd .. && npm i",
6+
"preinstall": "cd .. && yarn link && yarn && cd CollapsibleHeaderViewsExample && yarn link react-native-collapsible-header-views",
77
"postinstall": "metro-with-symlinks",
88
"build": "rm -rf build && ../node_modules/.bin/tsc -p .",
99
"watch": "npm run build -- --watch",

CollapsibleHeaderViewsExample/yarn.lock

Lines changed: 5023 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)