Update package.json
Browse files- package.json +4 -0
package.json
CHANGED
@@ -36,3 +36,7 @@
|
|
36 |
]
|
37 |
}
|
38 |
}
|
|
|
|
|
|
|
|
|
|
36 |
]
|
37 |
}
|
38 |
}
|
39 |
+
"scripts": {
|
40 |
+
"build": "react-scripts build",
|
41 |
+
"start": "react-scripts start"
|
42 |
+
}
|