Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-11-01 18:32:38 +0300
committerGitHub <noreply@github.com>2022-11-01 18:32:38 +0300
commitee87e8ad4a3c258705147d50cb736f9e8a6c99f7 (patch)
tree711afb368dafbefeec97b2a45e9f271068ca1675 /package.json
parentf6961086b1995e279f93b1d9f87e4f7597b9aa48 (diff)
package.json: add a clone-repo script (#177)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 535e9fd..0e4a665 100644
--- a/package.json
+++ b/package.json
@@ -41,6 +41,7 @@
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
+ "clone-repo": "git clone https://github.com/twbs/bootstrap.git --branch main --depth 1 bootstrap && git clone https://github.com/twbs/bootstrap.git --branch v4-dev --depth 1 bootstrap-4",
"test": "npm run lint",
"test-ci": "stylelint \"(bootstrap|bootstrap-4)/scss/**/*.scss\" --config index.js --ignore-pattern \"**/vendor/\" --formatter verbose"
}