mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
Address other review comments
This commit is contained in:
parent
74db0ea6fb
commit
7bd1269986
@ -1,5 +1,8 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
# This script is copied from
|
||||
# https://github.com/labs42io/circleci-monorepo/blob/v2/.circleci/monorepo.sh
|
||||
|
||||
set -e
|
||||
|
||||
readonly REPO_TYPE=$( echo "${CIRCLE_REPOSITORY_URL}" | awk '{ match($0,/@github/) ? r="github" : r="bitbucket"; print r }' )
|
||||
|
@ -1,6 +1,22 @@
|
||||
{
|
||||
"groups": {
|
||||
"backend": ["wagtail/", ":!wagtail/**/static_src/"],
|
||||
"frontend": ["client/", "gulpfile.js/", "wagtail/**/static_src/"]
|
||||
"backend": [
|
||||
"wagtail/",
|
||||
":!wagtail/**/static_src/",
|
||||
"setup.py",
|
||||
"setup.cfg"
|
||||
],
|
||||
"frontend": [
|
||||
"client/",
|
||||
"docs/_static/",
|
||||
"gulpfile.js/",
|
||||
"wagtail/**/static_src/",
|
||||
".eslintrc",
|
||||
".nvmrc",
|
||||
".stylelintrc.yaml",
|
||||
"package.json",
|
||||
"package-lock.json",
|
||||
"tsconfig.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user