We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10fbc90 + 51ddb37 commit c93938cCopy full SHA for c93938c
package.json
@@ -6,7 +6,6 @@
6
"build": "tsc && npm run sentry:sourcemaps",
7
"start": "node dist/index.js",
8
"dev": "tsx watch src/index.ts",
9
- "test": "echo \"Error: no test specified\" && exit 1",
10
"lint": "eslint src/**/*.{ts,tsx}",
11
"lint:fix": "eslint src/**/*.{ts,tsx} --fix",
12
"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