diff --git a/package.json b/package.json index 0631ca956..758ce9c55 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,6 @@ "virtualenv": "python3 -m venv env && source env/bin/activate || . env/bin/activate && npm run pip", "pip": "pip install -r config/requirements-dev.txt", "project-update": "pip install --upgrade pip && npm update", - "precommit": "lint-staged", "test": "npm run test:js && npm run test:python", "test:js": "node ./tests/functional/_intern.js", "test:python": "nosetests" @@ -99,4 +98,4 @@ ] }, "license": "MPL-2.0" -} +} \ No newline at end of file