fix(core): update
This commit is contained in:
		@@ -1,7 +1,5 @@
 | 
				
			|||||||
# gitzone ci_default
 | 
					# gitzone ci_default
 | 
				
			||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
 | 
					image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
 | 
				
			||||||
variables:
 | 
					 | 
				
			||||||
  GIT_STRATEGY: clone
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
cache:
 | 
					cache:
 | 
				
			||||||
  paths:
 | 
					  paths:
 | 
				
			||||||
@@ -102,7 +100,7 @@ trigger:
 | 
				
			|||||||
pages:
 | 
					pages:
 | 
				
			||||||
  image: hosttoday/ht-docker-dbase:npmci
 | 
					  image: hosttoday/ht-docker-dbase:npmci
 | 
				
			||||||
  services:
 | 
					  services:
 | 
				
			||||||
   - docker:18-dind
 | 
					   - docker:stable-dind
 | 
				
			||||||
  stage: metadata
 | 
					  stage: metadata
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - npmci command npm install -g @gitzone/tsdoc
 | 
					    - npmci command npm install -g @gitzone/tsdoc
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -55,4 +55,4 @@
 | 
				
			|||||||
    "npmextra.json",
 | 
					    "npmextra.json",
 | 
				
			||||||
    "readme.md"
 | 
					    "readme.md"
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -23,7 +23,7 @@ const installExec = async (packageNames: string[]) => {
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const packageLibrary = plugins.smartfile.fs.toObjectSync(
 | 
					const packageLibrary = plugins.smartfile.fs.toObjectSync(
 | 
				
			||||||
  plugins.path.join(paths.packageBase, 'package_library.json')
 | 
					  plugins.path.join(paths.assetsDir, 'package_library.json')
 | 
				
			||||||
);
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const install = async (packageSetArg: string) => {
 | 
					export const install = async (packageSetArg: string) => {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,4 @@
 | 
				
			|||||||
import plugins = require('./tools.plugins');
 | 
					import plugins = require('./tools.plugins');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const packageBase = plugins.path.join(__dirname, '../');
 | 
					export const packageBase = plugins.path.join(__dirname, '../');
 | 
				
			||||||
 | 
					export const assetsDir = plugins.path.join(packageBase, './assets');
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user