File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,16 @@ typings/
5757
5858# Yarn lock file
5959yarn.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
6771tmp
6872
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments