diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-02 16:59:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 16:59:36 -0400 |
commit | 0c00c56e39a699eac206f66deefaf5a24fec6259 (patch) | |
tree | 16738d02d56f37bff5d92ed96f1cb51dd349c441 /package.json | |
parent | 9c8f32d53f182bad3540bbd5ee549bd0e29570e5 (diff) |
Add a script to patch bugs in dependencies (#1783)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 872f7dbb..ee30ea60 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "test": "test" }, "scripts": { + "postinstall": "node ./dev/patch-dependencies.js", "build": "node ./dev/build.js", "test": "npm run test-lint && npm run test-lint-css && npm run test-lint-html && npm run test-code && npm run test-manifest && npm run test-build", "test-lint": "npx eslint . && node ./dev/lint/global-declarations.js && node ./dev/lint/html-scripts.js", |