test ts build on branch

This commit is contained in:
Christian Hagenest
2024-04-30 18:06:00 +02:00
committed by missytake
parent 98d7a93909
commit ea0b063c19

View File

@@ -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