@gitlab/duo-cli
Advanced tools
+7
-5
| { | ||
| "name": "@gitlab/duo-cli", | ||
| "version": "8.104.0", | ||
| "version": "8.105.0", | ||
| "description": "GitLab Duo for your command line", | ||
@@ -13,5 +13,5 @@ "type": "module", | ||
| "build": "tsc --noEmit", | ||
| "bundle": "./scripts/build.sh", | ||
| "build:bundle": "./scripts/build.sh", | ||
| "build:dev-binary": "./scripts/compile_executables.sh local-dev", | ||
| "bundle": "bun ./scripts/build.ts", | ||
| "build:bundle": "bun ./scripts/build.ts", | ||
| "build:dev-binary": "bun ./scripts/compile_executables.ts local-dev", | ||
| "build:debug": "bun ./scripts/bun_build_debug.ts", | ||
@@ -27,5 +27,7 @@ "dev:watch": "bun --conditions=_ts-source --watch ./src/index.tsx", | ||
| "test:network-e2e": "bun run turbo -- run bundle --filter=@gitlab/duo-cli && bun run build:dev-binary && NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js '--testMatch=<rootDir>/test/e2e/network/**/*.e2e.test.ts'", | ||
| "test:network-e2e:node": "bun run turbo -- run bundle --filter=@gitlab/duo-cli && NETWORK_E2E_TARGET=node-bundle NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js '--testMatch=<rootDir>/test/e2e/network/**/*.e2e.test.ts'", | ||
| "test:network-e2e:bun": "bun run turbo -- run bundle --filter=@gitlab/duo-cli && NETWORK_E2E_TARGET=binary NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js '--testMatch=<rootDir>/test/e2e/network/**/*.e2e.test.ts'", | ||
| "docs": "bun ./scripts/gen_docs.ts", | ||
| "docs:check": "bun ./scripts/gen_docs.ts --check", | ||
| "build:binary": "./scripts/compile_executables.sh", | ||
| "build:binary": "bun ./scripts/compile_executables.ts", | ||
| "sign:binary": "./scripts/sign_executables.sh" | ||
@@ -32,0 +34,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
56057484
0.14%16971
0.05%