re-add test cmd

This commit is contained in:
Iuri Matias 2018-09-15 12:59:01 -04:00
parent d9d611f75d
commit 2b9cd33ae6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "Gruntfile.js",
"scripts": {
"embark": "node ../node_modules/embark/bin/embark",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "npm run embark test"
},
"author": "",
"license": "ISC",