diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2020-07-02 09:08:55 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-07-02 09:08:55 +0200 |
commit | 9abb857a5f42e55a43ca0574a20db0d99931c74f (patch) | |
tree | c9c6f05469044f887a564d2eed3115f3680d3126 /package.json | |
parent | d925695928603c74912a2f6c392c906325925f44 (diff) |
Drop pre-commit hook
The linter will run on a GH action now.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json index 015bab8..42660b3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "pack": "npm run build && electron-builder --dir", "dist": "npm run build && electron-builder", "postinstall": "patch-package && electron-builder install-app-deps", - "validate": "npm ls", "watch": "webpack --config ./webpack.renderer.js --mode development --watch --watch-poll" }, "engines": { @@ -160,7 +159,6 @@ "flow-bin": "0.109.0", "html-webpack-plugin": "4.0.4", "patch-package": "6.2.2", - "precommit-hook": "3.0.0", "style-loader": "1.1.3", "svg-inline-loader": "0.8.2", "webpack": "4.42.1", |