-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoon.yml
More file actions
41 lines (41 loc) · 757 Bytes
/
moon.yml
File metadata and controls
41 lines (41 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# yaml-language-server: $schema: 'https://moonrepo.dev/schemas/project.json'
language: typescript
tasks:
dev:
command: gatsby develop
inputs:
- src/**/*
- content/**/*
- gatsby-config.ts
- gatsby-node.ts
outputs:
- public
typecheck:
command: tsc --noEmit
inputs:
- src/**/*
- content/**/*
- gatsby-config.ts
- gatsby-node.ts
clean:
command: gatsby clean
build:
deps:
- clean
- typecheck
command: gatsby build
inputs:
- src/**/*
- content/**/*
- gatsby-config.ts
- gatsby-node.ts
outputs:
- public
toolchains:
default: node
tags:
- typescript
project:
description: app
title: "@n8v/app"
layer: application