diff --git a/package.json b/package.json index ac8175f..8ef2dab 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "test": "essex test", "test:ci": "essex test --coverage", "git-is-clean": "essex git-is-clean", - "ci": "npm-run-all -p lint build:all bundle:all test:ci -s git-is-clean", + "ci": "npm-run-all -p lint:all build:all bundle:all test:ci -s git-is-clean", "release": "run-s clean:all build:all publish:all", "start": "yarn start:webapp" },