diff --git a/package.json b/package.json
index 165599d..d116585 100644
--- a/package.json
+++ b/package.json
@@ -8,11 +8,12 @@
   },
   "sasslintConfig": ".sass-lint.yml",
   "scripts": {
+    "update-version": "ci/update-version-list.sh",
     "test-sass": "./node_modules/.bin/sass-lint --config .sass-lint.yml '**/*.scss' --verbose --no-exit",
     "test-js": "./node_modules/.bin/eslint js/*.js",
     "test-yaml": "ci/yamllint.sh",
     "test-site": "ci/test-jekyll.sh",
-    "test": "npm run test-sass & npm run test-js & npm run test-yaml & npm run test-site"
+    "test": "npm run test-sass & npm run test-js & npm run test-yaml & npm run test-site & npm run update-version"
   },
   "keywords": [],
   "author": "",