Skip to content

Commit 3478e10

Browse files
committed
chore: remove profiling
1 parent 2b71226 commit 3478e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "TopCoder Challenges V5 API",
55
"main": "app.js",
66
"scripts": {
7-
"start": "node --prof app.js",
7+
"start": "node app.js",
88
"lint": "standard",
99
"lint:fix": "standard --fix",
1010
"init-es": "node src/init-es.js",

0 commit comments

Comments
 (0)