Skip to content

Commit b3beccc

Browse files
author
pemrouz
committed
test: upload npm test command
1 parent 39d0a4f commit b3beccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"babel": "babel src -d dist",
1313
"clean": "rm -rf dist && mkdir dist",
1414
"build": "npm run clean && npm run babel && npm run ignore",
15-
"test": "node test/server.js",
15+
"test": "babel-node test/server.js --color",
1616
"version": "npm run build && git add -A",
1717
"postversion": "git push && git push --tags"
1818
},

0 commit comments

Comments
 (0)