Skip to content

Commit 5c7e129

Browse files
committed
Rename serve npm script to start
1 parent ce06b5d commit 5c7e129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.0",
44
"description": "The UI for the California Digital Library website",
55
"scripts": {
6-
"serve": "npm-run-all clean --parallel parcel-dev fractal-dev watchstyles watchjs --silent",
6+
"start": "npm-run-all clean --parallel parcel-dev fractal-dev watchstyles watchjs --silent",
77
"build": "run-s clean parcel-build fractal-build lintstyles lintjs --silent",
88
"clean": "del dist ui-assets",
99
"fractal-dev": "fractal start --sync --watch",

0 commit comments

Comments
 (0)