We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4363d9 commit 80ca404Copy full SHA for 80ca404
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"watch-test": "karma start test/resources/karma.conf.js",
8
- "lint": "eslint --config test/resources/.eslintrc.js *.js src/*.js",
+ "lint": "eslint --config test/resources/.eslintrc.js *.js speech-to-text/*.js text-to-speech/*.js util/*.js",
9
"test": "karma start test/resources/karma.conf.js --single-run",
10
"test-integration": "TEST_MODE=integration karma start test/resources/karma.conf.js --single-run",
11
"browserify": "browserify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js --transform envify",
0 commit comments