Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6ca597ca5 | |||
| 1539d49426 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@shipzone/npmci",
|
"name": "@shipzone/npmci",
|
||||||
"version": "3.0.32",
|
"version": "3.0.33",
|
||||||
"description": "node and docker in gitlab ci on steroids",
|
"description": "node and docker in gitlab ci on steroids",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
|||||||
@@ -70,9 +70,6 @@ let publish = async () => {
|
|||||||
await bash(`yarn install`);
|
await bash(`yarn install`);
|
||||||
await bash(`yarn run build`);
|
await bash(`yarn run build`);
|
||||||
|
|
||||||
// -> make sure npm is authenticated
|
|
||||||
prepare();
|
|
||||||
|
|
||||||
// -> publish it
|
// -> publish it
|
||||||
await bash(`npm publish ${npmAccessCliString}`);
|
await bash(`npm publish ${npmAccessCliString}`);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user