Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 90b89b4

Browse files
author
Nick Litwin
committed
Change command
1 parent e11063d commit 90b89b4

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
@@ -3,7 +3,7 @@
33
"description": "Topcoder pages including login, registration, settings, dashboard, profile.",
44
"scripts": {
55
"build": "webpack --bail --progress --build --tc",
6-
"dev": "webpack-dev-server --history-api-fallback --dev --tc --inline --progress --port 3000",
6+
"start": "webpack-dev-server --history-api-fallback --dev --tc --inline --progress --port 3000",
77
"lint": "eslint .",
88
"test": "karma start --tc --test"
99
},

0 commit comments

Comments
 (0)