Compare commits

...

2 Commits

Author SHA1 Message Date
b6ca597ca5 3.0.33 2018-05-03 19:05:12 +02:00
1539d49426 update publish process 2018-05-03 19:05:09 +02:00
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@shipzone/npmci",
"version": "3.0.32",
"version": "3.0.33",
"description": "node and docker in gitlab ci on steroids",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

View File

@@ -70,9 +70,6 @@ let publish = async () => {
await bash(`yarn install`);
await bash(`yarn run build`);
// -> make sure npm is authenticated
prepare();
// -> publish it
await bash(`npm publish ${npmAccessCliString}`);
};