diff --git a/package.json b/package.json index 935d14f..8494e32 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "node scripts/build.js", "watch": "node scripts/watch.js", "pretest": "npm run build", - "test": "jest --coverage", + "test": "npm run lint && jest --coverage", "test:watch": "jest --watch", "doc:dev": "NODE_ENV=development parcel website/index.html --out-dir build/ --no-cache", "doc:build": "NODE_ENV=production parcel build website/index.html --out-dir build/ --public-url ./ --no-cache"