update npm test

This commit is contained in:
Philipp Kunz 2016-02-04 20:43:52 +01:00
parent 5d8ce3f227
commit 3e55a666b2

View File

@ -8,8 +8,7 @@
"npmts": "./index.js"
},
"scripts": {
"test": "(cd compile && node compile.js)",
"testm": "(npm test) && (cd test/assets && node ../../index.js)",
"test": "(cd compile && node compile.js) && (cd test/assets && node ../../index.js)",
"release": "(git add -A && git commit -m 'update' && git push origin master && npm version patch && npm publish)"
},
"repository": {