Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e7ec765ed5 | |||
| 2f46197864 | |||
| da44233263 | |||
| cb2430f7b2 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ coverage/
|
|||||||
public/
|
public/
|
||||||
config.json
|
config.json
|
||||||
.yarn/
|
.yarn/
|
||||||
|
.npmci_cache
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
node_modules/
|
|
||||||
test/
|
|
||||||
.yarn/
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@shipzone/npmci",
|
"name": "@shipzone/npmci",
|
||||||
"version": "3.0.48",
|
"version": "3.0.50",
|
||||||
"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",
|
||||||
@@ -50,5 +50,5 @@
|
|||||||
"smartsystem": "^2.0.2",
|
"smartsystem": "^2.0.2",
|
||||||
"through2": "^2.0.3"
|
"through2": "^2.0.3"
|
||||||
},
|
},
|
||||||
"private": true
|
"private": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -78,8 +78,8 @@ let publish = async () => {
|
|||||||
plugins.beautylog.success(`Nice!!! The build for the publication was successfull!`);
|
plugins.beautylog.success(`Nice!!! The build for the publication was successfull!`);
|
||||||
plugins.beautylog.log(`Lets clean up so we don't publish any packages that don't belong to us:`);
|
plugins.beautylog.log(`Lets clean up so we don't publish any packages that don't belong to us:`);
|
||||||
// -> clean up before we publish stuff
|
// -> clean up before we publish stuff
|
||||||
await bashNoError(`rm -r .npmci_cache`);
|
await bashNoError(`rm -r ./.npmci_cache`);
|
||||||
await bash(`rm -r node_modules`);
|
await bash(`rm -r ./node_modules`);
|
||||||
|
|
||||||
plugins.beautylog.success(`Cleaned up!:`);
|
plugins.beautylog.success(`Cleaned up!:`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user