File: netlify.toml

package info (click to toggle)
node-react-redux 8.1.2%2Bdfsg1%2B~cs1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,820 kB
  • sloc: javascript: 1,214; makefile: 21
file content (22 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[build]
  base    = "website"
  publish = "website/build"
  command = "yarn && yarn build && cp _redirects ./build"
  ignore  = "git diff --quiet HEAD^ HEAD -- ../docs/ .  ../netlify.toml"

[build.environment]
NODE_VERSION = "16.14.0"
NODE_OPTIONS = "--max_old_space_size=4096"
NETLIFY_USE_YARN = "true"
YARN_VERSION = "1.22.10"


[[plugins]]
  package = "netlify-plugin-cache"
  [plugins.inputs]
    paths = [
      "node_modules/.cache",
      "website/node_modules/.cache",
      ".yarn/.cache"
    ]