ci: fixed ci tests

This commit is contained in:
Arthur Fiorette 2023-09-30 15:01:15 -03:00
parent dd8f634d75
commit 060e67d252
No known key found for this signature in database
GPG Key ID: 79FA8EC214FA0233
2 changed files with 0 additions and 4 deletions

View File

@ -28,9 +28,6 @@ jobs:
- name: Lint
run: pnpm lint
- name: Build tests
run: pnpm build:test
- name: Test
run: pnpm test

View File

@ -40,7 +40,6 @@
"scripts": {
"benchmark": "cd benchmark && pnpm start",
"build": "sh build/build.sh",
"build:test": "tsc -p tsconfig.test.json",
"check": "sh build/check.sh",
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs --port 1227",