Configuring publishing from CI.
Showing
+21 -0
.gitlab-ci.yml
0 → 100644
... | @@ -10,6 +10,12 @@ | ... | @@ -10,6 +10,12 @@ |
"author": "Pôle IS Irstea <dsi.poleis@lists.irstea.fr>", | "author": "Pôle IS Irstea <dsi.poleis@lists.irstea.fr>", | ||
"license": "MIT", | "license": "MIT", | ||
"main": "tslint.json", | "main": "tslint.json", | ||
"scripts": { | |||
"ci-publish": "ci-publish" | |||
}, | |||
"devDependencies": { | |||
"ci-publish": "^1.3.1" | |||
}, | |||
"peerDependencies": { | "peerDependencies": { | ||
"prettier": "^1.15.0", | "prettier": "^1.15.0", | ||
"prettier-tslint": "^0.4.2", | "prettier-tslint": "^0.4.2", | ||
... | ... |
Please register or sign in to comment