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