mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
build: optimize GitHub Actions for building speed and stability (#10485)
This commit is contained in:
2
.github/workflows/caches.js
vendored
2
.github/workflows/caches.js
vendored
@@ -40,7 +40,7 @@ module.exports = {
|
||||
},
|
||||
npm: {
|
||||
path: [`${homeDirectory}/.npm`],
|
||||
hashFiles: ['superset-frontend/package-lock.json'],
|
||||
hashFiles: [`${workspaceDirectory}/superset-frontend/package-lock.json`],
|
||||
},
|
||||
assets: assetsConfig,
|
||||
// use separate cache for instrumented JS files and regular assets
|
||||
|
||||
Reference in New Issue
Block a user