Skip to content

Commit c93938c

Browse files
Merge pull request #3 from StreetSupport/feature/3001-set-up-sentry-error-monitoring-and-logging
Remove test section from package.json
2 parents 10fbc90 + 51ddb37 commit c93938c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"build": "tsc && npm run sentry:sourcemaps",
77
"start": "node dist/index.js",
88
"dev": "tsx watch src/index.ts",
9-
"test": "echo \"Error: no test specified\" && exit 1",
109
"lint": "eslint src/**/*.{ts,tsx}",
1110
"lint:fix": "eslint src/**/*.{ts,tsx} --fix",
1211
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org honeycombsoft-xl --project node-express ./dist && sentry-cli sourcemaps upload --org honeycombsoft-xl --project node-express ./dist"

0 commit comments

Comments
 (0)