From 26ec4c28edd7b04ef9eb5e24a44ce8da8318d5cb Mon Sep 17 00:00:00 2001 From: Naylin Medina Date: Fri, 5 Oct 2018 17:44:26 -0400 Subject: [PATCH] ci(package): add update version list Signed-off-by: Naylin Medina --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": "",