Skip to content

Commit d07164c

Browse files
committed
update ci
1 parent bc70e92 commit d07164c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
- name: Build
3838
run: pnpm build
3939

40-
- name: Test
41-
run: pnpm test
40+
- name: Check Types
41+
run: pnpm check-types

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "storyloom-turborepo",
33
"scripts": {
4-
"build": "turbo run build"
4+
"build": "turbo run build",
5+
"dev": "turbo run dev",
6+
"check-types": "turbo run check-types"
57
},
68
"devDependencies": {
79
"turbo": "^2.5.4"

0 commit comments

Comments
 (0)