Skip to content

Commit 9e770b2

Browse files
mgolleobalter
authored andcommitted
Build: Add an npm test script
This allows to run tests via `npm test` which is a standard convention amongst npm packages. Closes gh-111
1 parent 2822192 commit 9e770b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"scripts": {
1212
"browserstack": "sh build/run-browserstack.sh",
13-
"ci": "grunt ci"
13+
"ci": "grunt ci",
14+
"test": "grunt ci"
1415
},
1516
"maintainers": [
1617
{

0 commit comments

Comments
 (0)