Skip to content

Commit

Permalink
Add --passWithNoTests
Browse files Browse the repository at this point in the history
  • Loading branch information
SandersAaronD committed Mar 25, 2024
1 parent 0b3b5de commit 5acdc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/bundle-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"scripts": {
"build:packages": "npm run build --workspace=@grafana/bundle-plugin",
"bundle": "npm run build:packages && npm run format:write && npm run package",
"ci-test": "npm run build:packages && npx jest",
"ci-test": "npm run build:packages && npx jest --passWithNoTests",
"coverage": "npx make-coverage-badge --output-path ./badges/coverage.svg",
"format:write": "npx prettier --write .",
"format:check": "npx prettier --check .",
"lint": "npm run build:packages && npx eslint . -c ./linters/.eslintrc.yml",
"package": "npx ncc build src/index.ts -o dist --source-map --license licenses.txt",
"package:watch": "npm run package -- --watch",
"test": "npm run build:packages && npx jest",
"test": "npm run build:packages && npx jest --passWithNoTests",
"all": "npm run build:packages && npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
},
"license": "MIT",
Expand Down

0 comments on commit 5acdc66

Please sign in to comment.