Skip to content

Commit 42fd130

Browse files
authored
chore: update moon.yml to remove outputs from dev task (#87)
Co-authored-by: ndthanhdev <>
1 parent 1d31c77 commit 42fd130

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/app/moon.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ language: typescript
33
tasks:
44
dev:
55
command: gatsby develop
6+
preset: server
67
inputs:
78
- src/**/*
89
- content/**/*
910
- gatsby-config.ts
1011
- gatsby-node.ts
11-
outputs:
12-
- public
1312
typecheck:
1413
command: tsc --noEmit
1514
inputs:

0 commit comments

Comments
 (0)