Skip to content

Commit

Permalink
fix(package): Remove React Boilterplate setup
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Jul 13, 2020
1 parent d035ced commit 79a08dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 238 deletions.
236 changes: 0 additions & 236 deletions ui/internals/scripts/setup.js

This file was deleted.

2 changes: 0 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
"start:tunnel": "cross-env NODE_ENV=development ENABLE_TUNNEL=true node server",
"start:production": "npm run test && npm run build && npm run start:prod",
"start:prod": "cross-env NODE_ENV=production node server",
"presetup": "npm i chalk shelljs",
"setup": "node ./internals/scripts/setup.js",
"clean:all": "npm run analyze:clean && npm run test:clean && npm run build:clean",
"generate": "plop --plopfile internals/generators/index.js",
"lint": "npm run lint:js && npm run lint:css",
Expand Down

0 comments on commit 79a08dd

Please sign in to comment.