Skip to content

Commit 7995d93

Browse files
author
Luca Forstner
committed
Remove unnecessary scripts
1 parent 0390c53 commit 7995d93

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

packages/e2e-tests/test-applications/temporary-app-1/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
6-
"start:good": "node good.js",
7-
"start:bad": "node bad.js",
8-
"start:timeout": "node timeout.js"
6+
"start:good": "node good.js"
97
},
108
"dependencies": {
119
"@sentry/node": "*"

packages/e2e-tests/test-applications/temporary-app-2/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
6-
"start:good": "node good.js",
7-
"start:bad": "node bad.js",
8-
"start:timeout": "node timeout.js"
6+
"start:good": "node good.js"
97
},
108
"dependencies": {
119
"@sentry/node": "*"

0 commit comments

Comments
 (0)