Skip to content

Commit ea07e52

Browse files
committed
Remove manual port from http-server
1 parent ad3305b commit ea07e52

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
@@ -21,7 +21,7 @@
2121
"gyroscope"
2222
],
2323
"scripts": {
24-
"start": "http-server ./demo -p 3000",
24+
"start": "http-server ./demo",
2525
"build": "rollup -c",
2626
"lint": "standard src/*.js",
2727
"pretest": "npm run lint",

0 commit comments

Comments
 (0)