[chore] update deps
Signed-off-by: Anton Nesterov <anton@demiurg.io>
This commit is contained in:
parent
c665c1c2fb
commit
9c53bdf358
|
@ -19,7 +19,7 @@
|
||||||
"test:dal": "bun test dal/__test__",
|
"test:dal": "bun test dal/__test__",
|
||||||
"test:serve": "cd dal/__test__/srv && go run main.go",
|
"test:serve": "cd dal/__test__/srv && go run main.go",
|
||||||
"fmt": "prettier --write .",
|
"fmt": "prettier --write .",
|
||||||
"preinstall":"cd binding && go build -buildmode=c-archive -o dal.a ./dal.go",
|
"preinstall": "cd binding && go build -buildmode=c-archive -o dal.a ./dal.go",
|
||||||
"cgo:build": "node-gyp configure build"
|
"cgo:build": "node-gyp configure build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue