1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-01-17 21:58:27 +01:00

Merge pull request #157 from nostalgic-css/93/soften-commitlint-rules

Fix `develop` builds
This commit is contained in:
ダーシノ 2018-12-11 08:38:00 +09:00 committed by GitHub
commit 8acab18bfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1673 deletions

View File

@ -11,6 +11,17 @@ defaults: &defaults
jobs:
commitlint:
docker:
- image: williamlauze/circleci-commitlint:latest
working_directory: ~/app
steps:
- checkout
- run:
name: Lint commit messages
command: /bin/sh /.scripts/commitlint_range.sh
checkout:
<<: *defaults
@ -94,17 +105,6 @@ jobs:
paths:
- css
commitlint:
<<: *defaults
steps:
- attach_workspace:
at: .
- run:
name: Lint commit messages
command: npx semantic-commitlint -- --ci
lint:
<<: *defaults
@ -170,6 +170,7 @@ workflows:
main:
jobs:
- checkout
- commitlint
- install-dependencies:
requires:
- checkout
@ -179,9 +180,6 @@ workflows:
# - coverage:
# requires:
# - install-dependencies
- commitlint:
requires:
- install-dependencies
- lint:
requires:
- install-dependencies

1652
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,6 @@
"storybook": "start-storybook -p 6006",
"build:storybook": "build-storybook",
"deploy": "npm run build",
"semantic-commitlint": "semantic-commitlint",
"semantic-release": "semantic-release",
"commit": "git-cz",
"commit:retry": "git-cz --retry",
@ -55,7 +54,6 @@
"postcss-cli": "^6.0.0",
"prettier": "^1.15.2",
"rimraf": "^2.6.2",
"semantic-commitlint": "^1.3.2",
"semantic-release": "^15.12.3",
"stylelint": "^9.5.0",
"stylelint-config-prettier": "^4.0.0",
@ -95,11 +93,6 @@
"prettier": {
"printWidth": 100
},
"release": {
"verifyRelease": [
"semantic-commitlint"
]
},
"stylelint": {
"plugins": [
"stylelint-scss",