Skip to content

Commit 8379a52

Browse files
committed
build(npm): fix script
1 parent 672e3b8 commit 8379a52

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

build.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "talib-binding",
33
"main": "./build/Release/talib_binding.node",
44
"types": "./src/talib-binding.generated.d.ts",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"license": "MIT",
77
"scripts": {
8-
"install2": "mkdir -p ta-lib/{lib,c/{lib,bin,temp/csr/{gen_code,ta_abstract,ta_common,ta_func,ta_libc,ta_regtest}}} && cd ta-lib && cmake ./ && make && cd ./c/make/csr/linux/g++ && CFLAGS=\"-arch $(uname -m)\" LDFLAGS=\"-arch $(uname -m)\" make && cd ../../../../../../ && node-gyp configure build -j4"
8+
"install": "node-gyp configure build -j4"
99
},
1010
"description": "The [TA-Lib](http://ta-lib.org/) sync bindings.",
1111
"devDependencies": {

0 commit comments

Comments
 (0)