Commit ad3c8a94 authored by Cole Bemis's avatar Cole Bemis

ci: Rename "start" script to "all"

parent 76f29d85
......@@ -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:
......
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment