Skip to content

Commit 3b7e884

Browse files
authored
npm calls tests "test"
1 parent 73c20dd commit 3b7e884

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
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"scripts": {
2020
"build": "grunt build",
21-
"check": "grunt default"
21+
"test": "grunt default"
2222
},
2323
"main": "index.js",
2424
"dependencies": {},

0 commit comments

Comments
 (0)