diff --git a/package.json b/package.json index e5fa473..2d29087 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "scripts": { "eslint-src": "eslint src test", - "build": "run-s eslint-src pack-prod test", + "build": "run-s eslint-src test pack-prod", "build-test": "run-s pack-dev", "pack-prod": "webpack --env production", "pack-dev": "webpack",