From 086300190d507e50665785e00461042bc1b1783a Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 12 Feb 2019 15:21:08 -0300 Subject: [PATCH] test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4942ae7..df22334 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Abm de Vendedores/Compradores", "main": "index.html", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "test.html", "compile": "gulp uglify", "gulp-pre-commit": "gulp pre-commit", "postinstall": "npm run compile && gulp clean-post-install", -- 1.9.1