diff options
author | Renard | 2019-09-12 18:01:09 -0300 |
---|---|---|
committer | Renard | 2019-09-12 18:01:09 -0300 |
commit | 0f812e53725b6af8e36b38411f8d6934dce3cd43 (patch) | |
tree | 18fd8f40c910b2f740dd652eaa1b8338393bb1db /package.json | |
parent | 5756921f22c0f7ac6133df21973bf0b15d56cc61 (diff) | |
download | bai-client-0f812e53725b6af8e36b38411f8d6934dce3cd43.tar.gz bai-client-0f812e53725b6af8e36b38411f8d6934dce3cd43.tar.xz bai-client-0f812e53725b6af8e36b38411f8d6934dce3cd43.zip |
scripts update
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
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 |