Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Aug 1, 2023
1 parent 0723d1e commit e8de3e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"build": "npm run clean && npm run build:commonjs && npm run cp-ts",
"debug": "npm run build && node-debug examples/index.js",
"test": "npm run build && mocha --recursive --require babel-register test/ && nyc --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"test_prod": "npm run build && mocha --timeout 10000 --recursive --require babel-register test_prod/"
"coverage": "nyc report --reporter=text-lcov > coverage.lcov"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e8de3e1

Please sign in to comment.