mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-06 12:19:20 -05:00
fix(monorepo/ci): fix "Run the TypeScript build" steps
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
run: npx playwright install --with-deps
|
||||
|
||||
- name: Run the TypeScript build
|
||||
run: npx tsc
|
||||
run: npm run build
|
||||
|
||||
- name: Build and export to Docker
|
||||
uses: docker/build-push-action@v6
|
||||
|
||||
Reference in New Issue
Block a user