Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit ebc6830

Browse files
committed
add debug mode as a npm script
1 parent adc062c commit ebc6830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"uglify-js": "^2.4.24"
4747
},
4848
"scripts": {
49+
"testD": "DEBUG=true gulp test:browser",
4950
"test": "gulp test",
5051
"test:node": "gulp test:node",
5152
"test:browser": "gulp test:browser",

0 commit comments

Comments
 (0)