Skip to content

Commit

Permalink
fixed: ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Aug 31, 2023
1 parent ee78e9c commit 7c432c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
"postest": "npm run cov-html",
"test-types": "tsc -p test",
"test-runtime": "karma start test/karma.conf.cjs",
"test": "c8 mocha 'test/**/*.spec.{js,cjs}' && npm run test-types",
"debug": "mocha --inspect --inspect-brk 'test/**/*.spec.{js,cjs}'",
"prepublishOnly": "npm run build && npm run lint && npm run test && npm run test-runtime"
"test-commonjs": "c8 mocha 'test/**/*.spec.cjs'",
"test": "c8 mocha 'test/**/*.spec.js' && npm run test-types",
"debug": "mocha --inspect --inspect-brk 'test/**/*.spec.js'",
"prepublishOnly": "npm run build && npm run lint && npm run test && npm run test-commonjs && npm run test-runtime"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7c432c5

Please sign in to comment.