Skip to content

Commit 7c85ad0

Browse files
authored
fix: Semantic release in package.json (#33)
1 parent 25ed50d commit 7c85ad0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
"main": "index.js",
66
"scripts": {
77
"pretest": "eslint .",
8-
"test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true",
9-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
8+
"test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true"
109
},
1110
"repository": {
1211
"type": "git",
13-
"url": "git@github.com:screwdriver-cd/scm-router.git"
12+
"url": "git+https://github.com/screwdriver-cd/scm-router.git"
1413
},
1514
"homepage": "https://github.com/screwdriver-cd/scm-router",
1615
"bugs": "https://github.com/screwdriver-cd/screwdriver/issues",
@@ -50,9 +49,6 @@
5049
"screwdriver-scm-base": "^7.1.3"
5150
},
5251
"release": {
53-
"debug": false,
54-
"verifyConditions": {
55-
"path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
56-
}
52+
"debug": false
5753
}
5854
}

0 commit comments

Comments
 (0)