Skip to content

Commit 6dbf5a5

Browse files
fix
1 parent fc144a6 commit 6dbf5a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/REUSABLE_frontend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ env:
105105
ci_script: ${{ inputs.js_package_manager == 'yarn' && 'yarn install --immutable' || 'npm ci' }}
106106
cache_dependency_path: ${{ inputs.cache_dependency_path || format(inputs.js_package_manager == 'yarn' && '{0}/yarn.lock' || '{0}/package-lock.json', inputs.frontend_directory) }}
107107
COMPOSER_AUTH: ${{ secrets.composer_auth }}
108+
DISABLE_V8_COMPILE_CACHE: 1
108109

109110
jobs:
110111
build:

js-packages/tsconfig/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"skipLibCheck": true,
34
"allowUmdGlobalAccess": true,
45
"sourceMap": true,
56
"strict": true,

0 commit comments

Comments
 (0)