Skip to content

Commit

Permalink
Add debug symbols for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 16, 2025
1 parent 4db1313 commit f270e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"metacall-faas": "dist/index.js"
},
"scripts": {
"test": "npm run build && mocha dist/test",
"test": "npm run buildDebug && mocha dist/test",
"integration": "./test.sh",
"prepublishOnly": "npm run build",
"buildDebug": "npm run lint && tsc --sourceMap true",
Expand Down Expand Up @@ -132,4 +132,4 @@
"prettier": "^2.1.2",
"typescript": "^4.3.2"
}
}
}

0 comments on commit f270e6d

Please sign in to comment.