Skip to content

Commit 3d03c71

Browse files
authored
Merge pull request #2 from erodewald/base-features
CI: Change CI script
2 parents abf55ff + 0ee4328 commit 3d03c71

File tree

4 files changed

+3
-20
lines changed

4 files changed

+3
-20
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- *attach_workspace
5151
- checkout
52-
- run: npx semantic-release
52+
- run: npm run semantic-release
5353

5454
workflows:
5555
build:

config/release.config.js

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

package-lock.json

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "index.js",
1010
"scripts": {
1111
"test": "xo && nyc mocha test/**/*.js",
12-
"semantic-release": "semantic-release -e ./config/release.config.js"
12+
"semantic-release": "semantic-release"
1313
},
1414
"repository": "github:SmartThingsCommunity/firestore-context-store-nodejs",
1515
"bugs": "https://github.com/SmartThingsCommunity/firestore-context-store-nodejs/issues",
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"chai": "~4.2.0",
22-
"conventional-changelog-eslint": "^3.0.1",
22+
"conventional-changelog-angular": "~5.0.3",
2323
"mocha": "~6.0.2",
2424
"nyc": "~13.3.0",
2525
"xo": "~0.24.0",

0 commit comments

Comments
 (0)