We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc70e92 commit d07164cCopy full SHA for d07164c
.github/workflows/ci.yml
@@ -37,5 +37,5 @@ jobs:
37
- name: Build
38
run: pnpm build
39
40
- - name: Test
41
- run: pnpm test
+ - name: Check Types
+ run: pnpm check-types
package.json
@@ -1,7 +1,9 @@
1
{
2
"name": "storyloom-turborepo",
3
"scripts": {
4
- "build": "turbo run build"
+ "build": "turbo run build",
5
+ "dev": "turbo run dev",
6
+ "check-types": "turbo run check-types"
7
},
8
"devDependencies": {
9
"turbo": "^2.5.4"
0 commit comments