fix(core): update
This commit is contained in:
		| @@ -26,16 +26,28 @@ mirror: | ||||
|     - docker | ||||
|     - notpriv | ||||
|  | ||||
| audit: | ||||
| auditProductionDependencies: | ||||
|   image: registry.gitlab.com/hosttoday/ht-docker-node:npmci | ||||
|   stage: security | ||||
|   script: | ||||
|     - npmci npm prepare | ||||
|     - npmci command npm install --production --ignore-scripts | ||||
|     - npmci command npm config set registry https://registry.npmjs.org | ||||
|     - npmci command npm audit --audit-level=high --only=prod --production | ||||
|   tags: | ||||
|     - docker | ||||
|  | ||||
| auditDevDependencies: | ||||
|   image: registry.gitlab.com/hosttoday/ht-docker-node:npmci | ||||
|   stage: security | ||||
|   script: | ||||
|     - npmci npm prepare | ||||
|     - npmci command npm install --ignore-scripts | ||||
|     - npmci command npm config set registry https://registry.npmjs.org | ||||
|     - npmci command npm audit --audit-level=high | ||||
|     - npmci command npm audit --audit-level=high --only=dev | ||||
|   tags: | ||||
|     - docker | ||||
|   allow_failure: true | ||||
|  | ||||
| # ==================== | ||||
| # test stage | ||||
|   | ||||
| @@ -10,7 +10,7 @@ export class VirtualDirectory { | ||||
|   public static async fromFsDirPath(pathArg: string) { | ||||
|     const newVirtualDir = new VirtualDirectory(); | ||||
|     newVirtualDir.addSmartfiles(await fs.fileTreeToObject(pathArg, '**/*')); | ||||
|   }; | ||||
|   } | ||||
|  | ||||
|   constructor() {} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user