[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-timings-module.
413 B
11 lines
1# Global settings applied to the whole site.
2#
3# “base” is the directory to change to before starting build. If you set base:
4# that is where we will look for package.json/.nvmrc/etc, not repo root!
5# “command” is your build command.
6# “publish” is the directory to publish (relative to the root of your repo).
7
8[build]
9 base = "docs"
10 command = "yarn && yarn generate"
11 publish = "dist"