Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Add Circle CI #56

Merged
merged 1 commit into from
May 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @shopify/slate-tools
[![CircleCI](https://circleci.com/gh/Shopify/slate-tools.svg?style=svg&circle-token=0b8147527ef88134b4238064a563ceaaae98f06a)](https://circleci.com/gh/Shopify/slate-tools)

Tooling for Shopify themes using [Slate](https://github.com/Shopify/slate).

Expand Down
12 changes: 12 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
machine:
node:
version: 6.2.2

dependencies:
post:
- npm run prepublish
- npm link

test:
override:
- npm run lint
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"start": "npm run clean && babel -w -d lib/ src/",
"test": "npm run lint",
"prepublish": "npm test && npm run clean && babel -d lib/ src/",
"lint": "eslint --max-warnings 0 -c .eslintrc.json src/ test/",
"lint-allow-warning": "eslint -c .eslintrc.json src/ test/"
"lint": "eslint --max-warnings 0 -c .eslintrc.json src/",
"lint-allow-warning": "eslint -c .eslintrc.json src/"
},
"keywords": [
"shopify",
Expand Down