We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package-lock.json
yarn.lock
1 parent 2529d22 commit 394fb8dCopy full SHA for 394fb8d
netlify.toml
@@ -1,21 +1,19 @@
1
[build]
2
- command = "echo 'no op'"
3
- publish = "example"
+command = "echo 'no op'"
+publish = "example"
4
+
5
+[build.environment]
6
+NODE_VERSION = "15"
7
- [build.environment]
- YARN_FLAGS = "--frozen-lockfile"
- YARN_VERSION = "1.22.4"
8
-
9
[[plugins]]
10
- package = "./src/index.js"
+package = "./src/index.js"
11
12
- [plugins.inputs.thresholds]
13
- performance = 0.9
+[plugins.inputs.thresholds]
+performance = 0.9
14
15
- [[plugins.inputs.audits]]
16
- path = "route1"
17
18
- path = "route2"
19
20
- path = ""
21
+[[plugins.inputs.audits]]
+path = "route1"
+path = "route2"
+path = ""
0 commit comments