fix(core): update
This commit is contained in:
parent
d331f90d24
commit
04f7be07a3
@ -33,9 +33,10 @@ auditProductionDependencies:
|
|||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
- npmci command npm install --production --ignore-scripts
|
- npmci command npm install --production --ignore-scripts
|
||||||
- npmci command npm config set registry https://registry.npmjs.org
|
- npmci command npm config set registry https://registry.npmjs.org
|
||||||
# - npmci command npm audit --audit-level=high --only=prod --production
|
- npmci command npm audit --audit-level=high --only=prod --production
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
auditDevDependencies:
|
auditDevDependencies:
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
||||||
|
@ -198,7 +198,10 @@ export class TsTest {
|
|||||||
console.error(err);
|
console.error(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((globalThis as any).tapbundleDeferred && (globalThis as any).tapbundleDeferred.promise) {
|
if (
|
||||||
|
(globalThis as any).tapbundleDeferred &&
|
||||||
|
(globalThis as any).tapbundleDeferred.promise
|
||||||
|
) {
|
||||||
await (globalThis as any).tapbundleDeferred.promise;
|
await (globalThis as any).tapbundleDeferred.promise;
|
||||||
} else {
|
} else {
|
||||||
console.log('Error: Could not find tapbundle Deferred');
|
console.log('Error: Could not find tapbundle Deferred');
|
||||||
|
Loading…
Reference in New Issue
Block a user