Skip to content

Commit

Permalink
ci: fix cmd order
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Nov 28, 2023
1 parent 2fad9b2 commit 4a5902e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "analytics-react-native",
"private": true,
"workspaces": [
"packages/shared",
"packages/sovran",
"packages/core",
"packages/shared",
"packages/plugins/*"
],
"scripts": {
"bootstrap": "yarn install && yarn example install && husky install",
"core": "yarn workspace @segment/analytics-react-native",
"sovran": "yarn workspace @segment/sovran-react-native",
"example": "yarn --cwd example",
"build": " yarn workspaces foreach -A run build",
"testAll": " yarn workspaces foreach -A run test --passWithNoTests",
"clean": " yarn workspaces foreach -A run clean",
"build": " yarn workspaces foreach -A --topological-dev run build",
"testAll": " yarn workspaces foreach -A -p run test --passWithNoTests",
"clean": " yarn workspaces foreach -A -p run clean",
"typescript": "tsc --noEmit --composite false",
"test": "jest",
"lint": "eslint .",
Expand Down
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"postversion": "yarn prebuild"
},
"dependencies": {
"@segment/sovran-react-native": "^1",
"@segment/tsub": "^2",
"deepmerge": "^4.3.1",
"js-base64": "^3.7.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"@segment/sovran-react-native": "workspace:^",
"@types/uuid": "^9.0.7",
"jest": "^29.7.0",
"semantic-release": "^22.0.8",
Expand All @@ -62,6 +62,7 @@
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "1.x",
"@segment/sovran-react-native": "1.x",
"react": "*",
"react-native": "*",
"react-native-get-random-values": "1.x"
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3631,7 +3631,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@segment/analytics-react-native@workspace:packages/core"
dependencies:
"@segment/sovran-react-native": "npm:^1"
"@segment/sovran-react-native": "workspace:*"
"@segment/tsub": "npm:^2"
"@types/uuid": "npm:^9.0.7"
deepmerge: "npm:^4.3.1"
Expand All @@ -3643,6 +3643,7 @@ __metadata:
uuid: "npm:^9.0.1"
peerDependencies:
"@react-native-async-storage/async-storage": 1.x
"@segment/sovran-react-native": 1.x
react: "*"
react-native: "*"
react-native-get-random-values: 1.x
Expand All @@ -3666,7 +3667,7 @@ __metadata:
languageName: unknown
linkType: soft

"@segment/sovran-react-native@npm:^1, @segment/sovran-react-native@workspace:*, @segment/sovran-react-native@workspace:packages/sovran":
"@segment/sovran-react-native@workspace:*, @segment/sovran-react-native@workspace:packages/sovran":
version: 0.0.0-use.local
resolution: "@segment/sovran-react-native@workspace:packages/sovran"
dependencies:
Expand Down

0 comments on commit 4a5902e

Please sign in to comment.