Skip to content

Commit 394fb8d

Browse files
authored
chore: use package-lock.json instead of yarn.lock (#164)
1 parent 2529d22 commit 394fb8d

File tree

3 files changed

+17523
-5813
lines changed

3 files changed

+17523
-5813
lines changed

netlify.toml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
[build]
2-
command = "echo 'no op'"
3-
publish = "example"
2+
command = "echo 'no op'"
3+
publish = "example"
4+
5+
[build.environment]
6+
NODE_VERSION = "15"
47

5-
[build.environment]
6-
YARN_FLAGS = "--frozen-lockfile"
7-
YARN_VERSION = "1.22.4"
8-
98
[[plugins]]
10-
package = "./src/index.js"
9+
package = "./src/index.js"
1110

12-
[plugins.inputs.thresholds]
13-
performance = 0.9
11+
[plugins.inputs.thresholds]
12+
performance = 0.9
1413

15-
[[plugins.inputs.audits]]
16-
path = "route1"
17-
[[plugins.inputs.audits]]
18-
path = "route2"
19-
[[plugins.inputs.audits]]
20-
path = ""
21-
14+
[[plugins.inputs.audits]]
15+
path = "route1"
16+
[[plugins.inputs.audits]]
17+
path = "route2"
18+
[[plugins.inputs.audits]]
19+
path = ""

0 commit comments

Comments
 (0)