Skip to content

Commit

Permalink
ci: ensure sonar run oarder in ci script
Browse files Browse the repository at this point in the history
the turbo dependency graph did not ensure that this was run after the build so separating out
  • Loading branch information
stuarthendren committed Oct 10, 2022
1 parent 39c2ce8 commit f552b43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"repository": "git://github.com/commitd/components-graph",
"scripts": {
"commit": "cz",
"ci": "turbo run format build lint sonar",
"ci": "turbo run format build lint && npm run sonar",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
Expand Down
5 changes: 1 addition & 4 deletions packages/graph-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@
"precommit": "lint-staged"
},
"devDependencies": {
"@committed/graph": "*",
"@committed/config": "*"
},
"peerDependencies": {
"@committed/graph": "*"
},
"dependencies": {
"@committed/graph": "*",
"uuid": "^8.3.2"
}
}
5 changes: 1 addition & 4 deletions packages/graph-rdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@
"fix": "TIMING=1 eslint src/**/*.ts* --fix"
},
"devDependencies": {
"@committed/graph": "*",
"@committed/config": "*"
},
"peerDependencies": {
"@committed/graph": "*"
},
"dependencies": {
"@committed/graph": "*",
"n3": "^1.11.1",
"rdf-literal": "^1.3.0"
}
Expand Down
3 changes: 1 addition & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,17 @@
},
"peerDependencies": {
"@committed/components": ">= 8.1.2",
"@committed/graph": "*",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"@committed/config": "*",
"@committed/graph": "*",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"cytoscape-cola": "^2.4.0",
"@committed/graph": "*",
"react-cytoscapejs": "^1.2.1",
"tinycolor2": "^1.4.2",
"typescript": "^4.4.4",
Expand Down

0 comments on commit f552b43

Please sign in to comment.