aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/package.json b/package.json
index 7c58a56..7772ad2 100644
--- a/package.json
+++ b/package.json
@@ -18,11 +18,8 @@
"semantic-ui-react": "^0.88.1"
},
"scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject",
- "dev": "parcel src/index.html"
+ "dev": "parcel src/index.html",
+ "build": "parcel build src/index.html"
},
"eslintConfig": {
"extends": "react-app"
@@ -42,4 +39,4 @@
"devDependencies": {
"parcel-bundler": "^1.12.3"
}
-}
+} \ No newline at end of file