Skip to content

Commit

Permalink
chore(ci): add commitlint when trying to commit (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Sep 18, 2018
1 parent 89d3a19 commit 2588394
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 36 deletions.
30 changes: 0 additions & 30 deletions .appveyor.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .npmignore
Expand Up @@ -14,10 +14,9 @@ types.js
*.spec.js
docs
jsdoc.json
.appveyor.yml
.codecov.yml
*.snap
open-bot.yml
.nyc_output
git_deploy_key.enc
*.md
*.md
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,6 @@

[![npm](https://img.shields.io/npm/v/webpack-cli.svg)](https://www.npmjs.com/package/webpack-cli)
[![Build Status](https://travis-ci.org/webpack/webpack-cli.svg)](https://travis-ci.org/webpack/webpack-cli)
[![Build status](https://ci.appveyor.com/api/projects/status/c2a37nlrfv9mg64f?svg=true)](https://ci.appveyor.com/project/ev1stensberg/webpack-cli)
[![Dependency Status](https://david-dm.org/webpack/webpack-cli.svg)](https://david-dm.org/webpack/webpack-cli)
[![Code Climate](https://codeclimate.com/github/webpack/webpack-cli/badges/gpa.svg)](https://codeclimate.com/github/webpack/webpack-cli)
[![chat on gitter](https://badges.gitter.im/webpack/webpack.svg)](https://gitter.im/webpack/webpack)
Expand Down
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -25,9 +25,6 @@
"bin"
],
"scripts": {
"appveyor:build": "lerna bootstrap && npm run build",
"appveyor:lint": "npm run lint && npm run tslint",
"appveyor:test": "npm run test",
"bootstrap": "npm run clean:all && npm install && lerna bootstrap",
"build": "tsc",
"bundlesize": "bundlesize",
Expand Down

0 comments on commit 2588394

Please sign in to comment.