package.json "scripts": { "dev": "webpack serve", "build": "cross-env NODE_ENV=production webpack", "test": "jest --watchAll" },