ci: add timing to node_modules symlink creation step

This commit is contained in:
Jan Gleytenhoover 2025-02-19 11:35:44 +01:00
parent c258f1014d
commit bb24af241c
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -82,7 +82,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
cd frontend cd frontend
ln -s /home/bun/app/node_modules node_modules time ln -s /home/bun/app/node_modules node_modules
- name: Test build - name: Test build
run: | run: |
cd frontend cd frontend