Skip to content

Commit

Permalink
Remove obsolete grunt task
Browse files Browse the repository at this point in the history
We have a npm script for format.
  • Loading branch information
carhartl committed Sep 13, 2019
1 parent 47568ec commit acc4954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gruntfile.js
Expand Up @@ -82,7 +82,6 @@ module.exports = function (grunt) {
exec: {
rollup: './node_modules/.bin/rollup -c',
lint: './node_modules/.bin/standard',
format: './node_modules/.bin/prettier -c "**/*.{html,json,md}"',
'browserstack-runner': 'node_modules/.bin/browserstack-runner --verbose'
}
})
Expand Down

0 comments on commit acc4954

Please sign in to comment.