mirror of
https://github.com/chatmail/core.git
synced 2026-04-07 08:02:11 +03:00
test ts build on branch
This commit is contained in:
committed by
missytake
parent
98d7a93909
commit
ea0b063c19
5
.github/workflows/upload-docs.yml
vendored
5
.github/workflows/upload-docs.yml
vendored
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- build_jsonrpc_docs_ci
|
||||
|
||||
jobs:
|
||||
build-rs:
|
||||
@@ -78,8 +79,8 @@ jobs:
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '18'
|
||||
- name: npm build
|
||||
run: npm build
|
||||
- name: npm run build
|
||||
run: npm run build
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Run docs script
|
||||
|
||||
Reference in New Issue
Block a user