add lint to prepare flow

This commit is contained in:
talon 2021-03-29 10:10:48 -06:00
parent 120b168801
commit ce53ce3dad

View file

@ -29,7 +29,7 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
"test:update": "NODE_OPTIONS=--experimental-vm-modules jest --updateSnapshot",
"prepare": "scdoc < gmi-web.1.scd > gmi-web.1 && prettier --write . && npm run test"
"prepare": "scdoc < gmi-web.1.scd > gmi-web.1 && prettier --write . && npm run lint && npm run test"
},
"dependencies": {
"css": "^3.0.0",