We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40dc94b commit c716ae7Copy full SHA for c716ae7
scripts/specs/index.ts
@@ -77,10 +77,10 @@ async function buildSpec({
77
const basePath = docs ? 'docs/' : 'specs/';
78
const deps = isLiteSpec ? ['search', 'recommend'] : [spec];
79
const cache = new Cache({
80
- folder: toAbsolutePath(basePath),
+ folder: toAbsolutePath('specs/'),
81
generatedFiles: [`bundled/${spec}.yml`],
82
- filesToCache: [...deps, 'common'],
83
- cacheFile: toAbsolutePath(`${basePath}/dist/${spec}.cache`),
+ filesToCache: deps,
+ cacheFile: toAbsolutePath(`specs/dist/${spec}.cache`),
84
});
85
86
const spinner = createSpinner(`starting '${spec}' ${logSuffix}`);
0 commit comments