Update tests target

This commit is contained in:
Kam 2016-12-20 00:52:31 +01:00
parent f3c620f783
commit d2818e0c8f

View File

@ -8,7 +8,7 @@
},
"scripts": {
"build": "spectacle -l test/fixtures/cheese.png test/fixtures/cheese.json",
"test": "spectacle -l test/fixtures/cheese.png test/fixtures/cheese.json",
"test": "node bin/spectacle -l test/fixtures/cheese.png test/fixtures/cheese.json",
"develop": "spectacle -d",
"server": "spectacle -s"
},