Skip to content

Commit

Permalink
removed publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Flores Grimontt committed Sep 9, 2019
1 parent 6bdd195 commit 73f866e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"scripts": {
"start": "PORT=54321 react-scripts start",
"build": "react-scripts build",
"publish:npm": "SET NODE_ENV=production && rm -rf dist && mkdir dist && npx babel src/components/Viewer.jsx --out-dir dist --copy-files",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand All @@ -50,7 +49,9 @@
"files viewer"
],
"babel": {
"presets": [ "@babel/react" ]
"presets": [
"@babel/react"
]
},
"eslintConfig": {
"extends": "react-app"
Expand All @@ -68,7 +69,6 @@
]
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
Expand Down

0 comments on commit 73f866e

Please sign in to comment.