forked from ssirois/alexandrie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cqfdrc
40 lines (31 loc) · 769 Bytes
/
.cqfdrc
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
; This configuration file is intended to be used by the tool CQFD if it is installed on
; the development environment. Basically, the tools execute a 'command' in a docker container built from
; a Dockerfile located at: .cqfd/docker/Dockerfile
;
; For more information, see: https://github.com/savoirfairelinux/cqfd
[project]
org='bidouilleur'
name='alexandrie'
[debug]
command='npm run debug'
[dev]
command='./scripts/launch-dev-environment'
[pack]
command='npx nodegui-packer --pack ./dist'
[start]
command='npm run start'
[watch]
command='npm run dev'
; [build] section must be last section
[build]
command='npm run build'
user_extra_groups=''
files=
archive=
flavors='
debug \
dev \
pack \
start \
watch \
'