mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-12 08:41:22 +00:00
fix: cache build artefacts (#1091)
To speed up the build and make it more reliable, cache the node_modules folder, dist, etc and re-use on each step.
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.13.10",
|
||||
"@babel/core": "^7.13.10",
|
||||
"@mapbox/node-pre-gyp": "^1.0.8",
|
||||
"babel-plugin-syntax-async-functions": "^6.13.0",
|
||||
"babel-plugin-transform-regenerator": "^6.26.0",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
|
Reference in New Issue
Block a user