Merge pull request #2033 from lissyx/test

Remove useless install step
This commit is contained in:
lissyx 2019-04-10 22:07:33 +02:00 committed by GitHub
commit c51acc1c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
'use strict';
const binary = require('node-pre-gyp');
const path = require('path')
// 'lib', 'binding', 'v0.1.1', ['node', 'v' + process.versions.modules, process.platform, process.arch].join('-'), 'deepspeech-bingings.node')

View File

@ -39,7 +39,6 @@
"devDependencies": {
},
"scripts": {
"install" : "node-pre-gyp install --fallback-to-build",
"test": "node index.js"
}
}