UNPKG

470 BYAMLView Raw
1machine:
2 node:
3 version: 0.12.0
4
5dependencies:
6 pre:
7 - test $CIRCLE_BRANCH != master && rm .npmrc || true
8 override:
9 - npm install
10 - gem install sass
11 - npm rebuild node-sass
12
13test:
14 override:
15 - test $CIRCLE_BRANCH = master && (cp -f .npmrc ~) && (npm run dont-break) || true
16 - test $CIRCLE_BRANCH = master && (rm ~/.npmrc) || true
17
18deployment:
19 semantic-release:
20 branch: master
21 commands:
22 - npm run semantic-release || true