Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08152f9b51 | |||
| b6f54bc967 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "npmci",
|
||||
"version": "2.3.67",
|
||||
"version": "2.3.68",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
@@ -8,7 +8,7 @@
|
||||
"npmci": "dist/cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "(npmts) && (npm run testVersion)",
|
||||
"test": "(rm -f config.json) && (npmts) && (npm run testVersion)",
|
||||
"testVersion": "(cd test/assets/ && node ../../dist/cli.js -v)"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -15,6 +15,7 @@ import NpmciBuildDocker = require('../dist/mod_docker/index')
|
||||
import NpmciPublish = require('../dist/mod_publish/index')
|
||||
import NpmciTest = require('../dist/mod_test/index')
|
||||
import NpmciSsh = require('../dist/npmci.ssh')
|
||||
import NpmciEnv = require('../dist/npmci.env')
|
||||
|
||||
let dockerfile1: NpmciBuildDocker.Dockerfile
|
||||
let dockerfile2: NpmciBuildDocker.Dockerfile
|
||||
@@ -75,4 +76,8 @@ tap.test('reset paths', async () => {
|
||||
}
|
||||
})
|
||||
|
||||
tap.test('', async () => {
|
||||
await NpmciEnv.configStore()
|
||||
})
|
||||
|
||||
tap.start()
|
||||
|
||||
Reference in New Issue
Block a user