Skip to content

Commit 5a4d4cf

Browse files
committed
renaming 'start' to 'watch-test' to better reflect what it actually does
1 parent 2324471 commit 5a4d4cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
"description": "IBM Watson Speech to Text SDK for web browsers.",
55
"main": "index.js",
66
"scripts": {
7-
"start": "karma start test/resources/karma.conf.js",
7+
"watch-test": "karma start test/resources/karma.conf.js",
88
"lint": "eslint --config test/resources/.eslintrc.js *.js src/*.js",
99
"test": "karma start test/resources/karma.conf.js --single-run",
1010
"test-integration": "TEST_MODE=integration karma start test/resources/karma.conf.js --single-run",
11-
"watch": "karma start",
1211
"browserify": "browserify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js",
1312
"watchify": "watchify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js --debug --verbose",
1413
"build": "npm run browserify",

0 commit comments

Comments
 (0)