diff --git a/client/package.json b/client/package.json index 49d0e18b..6600bac1 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,8 @@ "description": "Shaping tomorrow's Internet with Artificial Intelligence", "repository": "https://gitlab.com/aossie/social-street-smart", "scripts": { - "test": "mocha test.js" + "test": "mocha test.js", + "build": "gulp build" }, "author": "SerChirag", "license": "GPL-3.0",