Skip to content

Commit e8efedf

Browse files
committed
Update test section
1 parent 1392997 commit e8efedf

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,16 @@ typings/
5757

5858
# Yarn lock file
5959
yarn.lock
60+
bun.lock
6061

6162
# dotenv environment variables file
6263
.env
6364

6465
.idea
6566

67+
*.code-workspace
68+
.vscode/
69+
6670
# docker files created by the docker containers for testing
6771
tmp
6872

netlify.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
command = "npm install && npm run build"
33
publish = "build"
44

5-
[test]
6-
command = "npm run test"
7-
85
[build.environment]
96
NODE_VERSION = "20"
107
NPM_FLAGS = "--legacy-peer-deps" # Optional, useful if you run into dependency resolution issues
118

9+
[build.lifecycle]
10+
# This will run before the build command
11+
onPostBuild = "npm run test"
12+
1213
[[redirects]]
1314
from = "/*"
1415
to = "/index.html"

0 commit comments

Comments
 (0)