Skip to content

Commit f552b43

Browse files
committed
ci: ensure sonar run oarder in ci script
the turbo dependency graph did not ensure that this was run after the build so separating out
1 parent 39c2ce8 commit f552b43

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"repository": "git://github.com/commitd/components-graph",
99
"scripts": {
1010
"commit": "cz",
11-
"ci": "turbo run format build lint sonar",
11+
"ci": "turbo run format build lint && npm run sonar",
1212
"build": "turbo run build",
1313
"test": "turbo run test",
1414
"lint": "turbo run lint",

packages/graph-json/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,10 @@
4444
"precommit": "lint-staged"
4545
},
4646
"devDependencies": {
47-
"@committed/graph": "*",
4847
"@committed/config": "*"
4948
},
50-
"peerDependencies": {
51-
"@committed/graph": "*"
52-
},
5349
"dependencies": {
50+
"@committed/graph": "*",
5451
"uuid": "^8.3.2"
5552
}
5653
}

packages/graph-rdf/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,10 @@
4444
"fix": "TIMING=1 eslint src/**/*.ts* --fix"
4545
},
4646
"devDependencies": {
47-
"@committed/graph": "*",
4847
"@committed/config": "*"
4948
},
50-
"peerDependencies": {
51-
"@committed/graph": "*"
52-
},
5349
"dependencies": {
50+
"@committed/graph": "*",
5451
"n3": "^1.11.1",
5552
"rdf-literal": "^1.3.0"
5653
}

packages/react/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,17 @@
4545
},
4646
"peerDependencies": {
4747
"@committed/components": ">= 8.1.2",
48-
"@committed/graph": "*",
4948
"react": ">= 16.8.0",
5049
"react-dom": ">= 16.8.0"
5150
},
5251
"devDependencies": {
5352
"@committed/config": "*",
54-
"@committed/graph": "*",
5553
"react": "^17.0.2",
5654
"react-dom": "^17.0.2"
5755
},
5856
"dependencies": {
5957
"cytoscape-cola": "^2.4.0",
58+
"@committed/graph": "*",
6059
"react-cytoscapejs": "^1.2.1",
6160
"tinycolor2": "^1.4.2",
6261
"typescript": "^4.4.4",

0 commit comments

Comments
 (0)