Skip to content

Commit 6872a8d

Browse files
committed
Update docs
1 parent fc4e9a2 commit 6872a8d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
1. Fork the repo
55
1. Install dependencies: `npm install` and `bower install`
66
1. `npm run docker-build` to build the docker image
7-
1. Make your changes
8-
1. Install [GraphicsMagick](http://www.graphicsmagick.org/)
9-
1. Run linter and tests: `gulp check`
7+
1. Make your changes and add tests
8+
1. Run linter and tests: `npm run docker-test`
109
1. Submit pull request

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@
166166
gulp.task('deploy-patch', sequence('docker-test', 'bump-patch', 'assets', 'update', 'git-commit', 'git-push', 'npm'));
167167
gulp.task('deploy-minor', sequence('docker-test', 'bump-minor', 'assets', 'update', 'git-commit', 'git-push', 'npm'));
168168
gulp.task('deploy-major', sequence('docker-test', 'bump-patch', 'assets', 'update', 'git-commit', 'git-push', 'npm'));
169-
169+
170170
})();

0 commit comments

Comments
 (0)