We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce06b5d commit 5c7e129Copy full SHA for 5c7e129
1 file changed
package.json
@@ -3,7 +3,7 @@
3
"version": "2.0.0",
4
"description": "The UI for the California Digital Library website",
5
"scripts": {
6
- "serve": "npm-run-all clean --parallel parcel-dev fractal-dev watchstyles watchjs --silent",
+ "start": "npm-run-all clean --parallel parcel-dev fractal-dev watchstyles watchjs --silent",
7
"build": "run-s clean parcel-build fractal-build lintstyles lintjs --silent",
8
"clean": "del dist ui-assets",
9
"fractal-dev": "fractal start --sync --watch",
0 commit comments