chaning ruby script name and updating accordingly in package.json script

This commit is contained in:
Alex Windett 2017-02-17 15:49:50 +00:00
parent a3f947164c
commit c52e9b7df5
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
},
"scripts": {
"test": "make test",
"precommit": "make -j4 lint && ./bin/sketch",
"precommit": "./bin/generate-sketch-pngs && make -j4 lint",
"prepush": "make test"
},
"dependencies": {