Skip to content

Commit

Permalink
Merge pull request #54 from blockchain-certificates/fix/vulnerable-deps
Browse files Browse the repository at this point in the history
chore(ci): run build tests in silent mode
  • Loading branch information
lemoustachiste authored Nov 16, 2023
2 parents 5e9120e + 6af75b8 commit ffb192f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"copy:declaration": "cp src/index.d.ts dist/index.d.ts",
"test": "jest",
"test:build": "npm run test:build:esm && npm run test:build:iife",
"test:build:esm": "jest --testRegex \"/*(.test.build.js)\" --runInBand",
"test:build:esm": "jest --testRegex \"/*(.test.build.js)\" --runInBand --silent",
"test:build:iife": "karma start --single-run",
"test:manual:browser": "rollup -c test/manual-testing/browser/rollup.config.js",
"test:manual:node:server": "nodemon test/manual-testing/node/server.js",
Expand Down

0 comments on commit ffb192f

Please sign in to comment.