Skip to content

Commit 6e61849

Browse files
committed
ci(atoms, documentation): tweak config
1 parent 8abfd1f commit 6e61849

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

packages/atoms/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@offcourse/atoms",
33
"version": "0.0.0-semantically-released",
4-
"description": "Atomic building blocks for the Offcourse Project",
4+
"description": "Atomic Building Blocks for the Offcourse Project",
55
"author": "yeehaa123",
66
"license": "MIT",
77
"repository": "offcourse/offcourse-next",
@@ -12,8 +12,7 @@
1212
"test": "echo TEST",
1313
"test:watch": "react-scripts test --env=jsdom",
1414
"build": "rollup -c",
15-
"start": "rollup -c -w",
16-
"semantic-release": "npx semantic-release -e semantic-release-monorepo"
15+
"start": "rollup -c -w"
1716
},
1817
"dependencies": {
1918
"@fortawesome/fontawesome": "^1.1.4",
@@ -63,5 +62,10 @@
6362
},
6463
"files": [
6564
"dist"
66-
]
65+
],
66+
"config": {
67+
"commitizen": {
68+
"path": "./node_modules/cz-conventional-changelog"
69+
}
70+
}
6771
}

packages/documentation/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"start": "react-app-rewired start",
1414
"build": "react-app-rewired build",
1515
"test": "react-app-rewired test --env=jsdom",
16-
"eject": "react-scripts eject",
17-
"semantic-release": "echo TEST"
16+
"eject": "react-scripts eject"
1817
},
1918
"devDependencies": {
2019
"react-app-rewire-yarn-workspaces": "^1.0.3",

0 commit comments

Comments
 (0)