mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
revert debug npm run command
This commit is contained in:
parent
5ec2453851
commit
716f86033e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build src/entry.js -o dist",
|
"build": "ncc build src/entry.js -o dist",
|
||||||
"test": "vitest run retries",
|
"test": "vitest run",
|
||||||
"test:integration:basic": "vitest run -c integrationTests/basic/vitest.config.js",
|
"test:integration:basic": "vitest run -c integrationTests/basic/vitest.config.js",
|
||||||
"test:integration:enterprise": "vitest run -c integrationTests/enterprise/vitest.config.js",
|
"test:integration:enterprise": "vitest run -c integrationTests/enterprise/vitest.config.js",
|
||||||
"test:integration:e2e": "vitest run -c integrationTests/e2e/vitest.config.js",
|
"test:integration:e2e": "vitest run -c integrationTests/e2e/vitest.config.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue