Commit 086300190d507e50665785e00461042bc1b1783a
1 parent
43df6ec56c
Exists in
master
test script
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
package.json
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | "description": "Abm de Vendedores/Compradores", |
5 | 5 | "main": "index.html", |
6 | 6 | "scripts": { |
7 | - "test": "echo \"Error: no test specified\" && exit 1", | |
7 | + "test": "test.html", | |
8 | 8 | "compile": "gulp uglify", |
9 | 9 | "gulp-pre-commit": "gulp pre-commit", |
10 | 10 | "postinstall": "npm run compile && gulp clean-post-install", |