Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 81eb0e252e | |||
| ac804886fa | |||
| 36cce95f1d | |||
| 0e4467e324 |
@@ -10,7 +10,8 @@
|
|||||||
],
|
],
|
||||||
"npmGlobalTools": [
|
"npmGlobalTools": [
|
||||||
"npmts"
|
"npmts"
|
||||||
]
|
],
|
||||||
|
"npmAccessLevel": "public"
|
||||||
},
|
},
|
||||||
"npmdocker":{
|
"npmdocker":{
|
||||||
"baseImage":"hosttoday/ht-docker-node:npmci",
|
"baseImage":"hosttoday/ht-docker-node:npmci",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@shipzone/npmci",
|
"name": "@shipzone/npmci",
|
||||||
"version": "3.0.27",
|
"version": "3.0.29",
|
||||||
"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",
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ let publish = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// -> build it
|
// -> build it
|
||||||
|
await bash(`yarn install`);
|
||||||
await bash(`yarn run build`);
|
await bash(`yarn run build`);
|
||||||
|
|
||||||
// -> make sure npm is authenticated
|
// -> make sure npm is authenticated
|
||||||
|
|||||||
Reference in New Issue
Block a user