fix(core): update
This commit is contained in:
parent
d331f90d24
commit
04f7be07a3
@ -33,9 +33,10 @@ auditProductionDependencies:
|
||||
- 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
|
||||
- npmci command npm audit --audit-level=high --only=prod --production
|
||||
tags:
|
||||
- docker
|
||||
allow_failure: true
|
||||
|
||||
auditDevDependencies:
|
||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
||||
|
@ -52,4 +52,4 @@
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
]
|
||||
}
|
||||
}
|
@ -198,7 +198,10 @@ export class TsTest {
|
||||
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;
|
||||
} else {
|
||||
console.log('Error: Could not find tapbundle Deferred');
|
||||
|
Loading…
Reference in New Issue
Block a user