mirror of
https://github.com/zadam/trilium.git
synced 2025-12-27 02:30:03 +01:00
fix(monorepo/ci): fix "Run the TypeScript build" steps
This commit is contained in:
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
||||
- run: npm ci
|
||||
|
||||
- name: Run the TypeScript build
|
||||
run: npx tsc
|
||||
run: npm run build
|
||||
|
||||
- name: Run the unit tests
|
||||
run: npm run test
|
||||
|
||||
Reference in New Issue
Block a user