ci: Rename "start" script to "all"

This commit is contained in:
Cole Bemis 2018-05-17 22:24:38 -07:00
parent 76f29d8565
commit ad3c8a94d0
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ node_js: 8
before_script:
- npm prune
script:
- npm start
- npm all
after_success:
- npx babel-node ./bin/sync-algolia.js
deploy:

View File

@ -7,7 +7,7 @@
"dist"
],
"scripts": {
"start": "npm-run-all --sequential build lint test",
"all": "npm-run-all --sequential build lint test",
"build": "./bin/build.sh",
"lint": "eslint .",
"test": "jest",