Files
cypress/scripts/deploy/meta.coffee

7 lines
181 B
CoffeeScript

path = require("path")
module.exports = {
distDir: path.join(process.cwd(), "dist")
buildDir: path.join(process.cwd(), "build")
cacheDir: path.join(process.cwd(), "cache")
}