Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
ci(package): add update version list
Browse files Browse the repository at this point in the history
Signed-off-by: Naylin Medina <[email protected]>
  • Loading branch information
Naylin15 committed Oct 5, 2018
1 parent ff66c5d commit cd5d265
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit cd5d265

Please sign in to comment.