Skip to content

Commit 1769b3b

Browse files
committed
making npm command release
1 parent 5567c6c commit 1769b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "cas-typescript-sdk",
3-
"version": "1.0.29",
3+
"version": "1.0.30",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
88
"test": "cargo test --release && npm run build && mocha -r ts-node/register ./test-ts/**/*.ts --timeout 20000 --recursive",
99
"node:test": "mocha -r ts-node/register ./test-ts/**/*.ts --timeout 20000 --recursive",
10-
"rust:test": "cargo test",
10+
"rust:test": "cargo test --release",
1111
"build": "npm run build:rust && rimraf lib && tsc",
1212
"build:rust": "napi build --release",
1313
"prepare": "npm run build"

0 commit comments

Comments
 (0)