mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
ci: Install npm dependencies
This commit is contained in:
parent
c0cc1e3b52
commit
8bcff49198
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -7,6 +7,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npm i
|
||||||
- name: Run the TypeScript build
|
- name: Run the TypeScript build
|
||||||
run: npx tsc
|
run: npx tsc
|
||||||
- name: Create server-package.json
|
- name: Create server-package.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user