summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
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",