From ad3c8a94d01f4d730a20fa7a470970ac2f6d9b66 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Thu, 17 May 2018 22:24:38 -0700 Subject: [PATCH] ci: Rename "start" script to "all" --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e32d7b..db945ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/package.json b/package.json index 631680a..62d1ff9 100644 --- a/package.json +++ b/package.json @@ -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",