forked from stellarwp/kadence-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.puprc
43 lines (43 loc) · 844 Bytes
/
.puprc
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
42
43
{
"build": [
"composer install --no-dev",
"npm install --legacy-peer-deps",
"npm run build",
"composer wp"
],
"build_dev": [
"composer install --no-dev",
"npm install --legacy-peer-deps",
"npm run build"
],
"checks": {
"version-conflict": {
"fail_method": "error",
"fail_method_dev": "warn"
}
},
"paths": {
"build_dir": ".pup-build",
"changelog": "readme.txt",
"css": [],
"js": [],
"versions": [
{
"file": "kadence-blocks.php",
"regex": "(define\\( +['\"]KADENCE_BLOCKS_VERSION['\"], +['\"])([^'\"]+)"
},
{
"file": "kadence-blocks.php",
"regex": "(Version: +)(.+)"
},
{
"file": "readme.txt",
"regex": "(Stable tag: +)(.+)"
}
],
"zip_dir": ".pup-zip"
},
"repo": "stellarwp/kadence-blocks",
"zip_use_default_ignore": false,
"zip_name": "kadence-blocks"
}