Skip to content

Commit

Permalink
Remove circle build step and fix stylelint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Wil Wilsman committed Oct 3, 2018
1 parent c20c98f commit 0d9b13a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,6 @@ jobs:
- store_artifacts:
path: ./artifacts

build:
docker:
- image: circleci/node:10
steps:
- attach_workspace:
at: ~/
- run:
name: Build storybook bundle
command: yarn storybook-build
- store_artifacts:
path: ./.out

test-chrome:
docker:
- image: circleci/node:10-browsers
Expand Down Expand Up @@ -156,9 +144,6 @@ workflows:
- stylelint:
requires:
- checkout-and-install
- build:
requires:
- checkout-and-install
- test-chrome:
requires:
- checkout-and-install
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
"redux": "^4.0.0",
"sinon": "^6.3.4",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0"
"stylelint-config-standard": "^18.2.0",
"stylelint-junit-formatter": "^0.2.1"
},
"dependencies": {
"@folio/react-intl-safe-html": "^1.0.2",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11104,6 +11104,13 @@ stylelint-config-standard@^18.2.0:
dependencies:
stylelint-config-recommended "^2.1.0"

stylelint-junit-formatter@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/stylelint-junit-formatter/-/stylelint-junit-formatter-0.2.1.tgz#8cddde6b3d3a93189f5b3b1b419dcf3c338038ab"
integrity sha512-C1n8dBpqMwUeJGmyL8tGVB1DKQISnEMhynzCzo38kTpjXybxLLYPrblbm41q5fEHwbaLjE5bPhZpZyMoHaJhIQ==
dependencies:
xmlbuilder "^10.0.0"

stylelint@^9.5.0:
version "9.6.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-9.6.0.tgz#f0b366f33b6ccf3e5096d60722ed27b6470b41d8"
Expand Down Expand Up @@ -12274,6 +12281,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-8.2.2.tgz#69248673410b4ba42e1a6136551d2922335aa773"
integrity sha1-aSSGc0ELS6QuGmE2VR0pIjNap3M=

xmlbuilder@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-10.0.0.tgz#c64e52f8ae097fe5fd46d1c38adaade071ee1b55"
integrity sha512-7RWHlmF1yU/E++BZkRQTEv8ZFAhZ+YHINUAxiZ5LQTKRQq//igpiY8rh7dJqPzgb/IzeC5jH9P7OaCERfM9DwA==

xmlbuilder@~9.0.1:
version "9.0.7"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d"
Expand Down

0 comments on commit 0d9b13a

Please sign in to comment.