diff --git a/ci/update_version_list.sh b/ci/update_version_list.sh old mode 100644 new mode 100755 diff --git a/package.json b/package.json index 165599d..bd6e385 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": "",