9 lines
144 B
TOML
9 lines
144 B
TOML
[[plugins]]
|
|
package = "netlify-plugin-cache"
|
|
|
|
[plugins.inputs]
|
|
paths = [ ".cache" ]
|
|
|
|
[build]
|
|
publish = "dist"
|
|
command = "npm run build"
|