fix: [BUG] unsafeClient evaluationOptions vs manifest #425

This commit is contained in:
ppedziwiatr
2023-06-14 15:39:46 +02:00
committed by just_ppe
parent 5603b918ae
commit 7bc3003ccc
3 changed files with 134 additions and 8 deletions

View File

@@ -13,6 +13,8 @@ jobs:
version: 'latest'
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Build package
run: yarn build
- name: Run unit tests