diff --git a/package.json b/package.json index 4ae9448b55..2a23d5a50b 100755 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "setup:build": "npm run setup --build", "setup": "npm run clean:all && npm install ./packages/strapi-lint --save-dev && npm install && node ./scripts/setup.js && npm run clean", "lint": "node ./scripts/lint.js", - "test": "npm run lint", + "test": "echo \"Error: no test specified yet...\"", "prettier": "node ./packages/strapi-lint/lib/internals/prettier/index.js" }, "author": { @@ -46,7 +46,8 @@ ], "pre-commit": [ "clean", - "test" + "prettier", + "lint" ], "repository": { "type": "git",