Skip to content

Commit

Permalink
refactor: remove superfluous entries
Browse files Browse the repository at this point in the history
I'm not sure what these entries are for; they seem to duplicate the targets, but I can't determine what would use them.

Refs #397
  • Loading branch information
thewilkybarkid committed Aug 19, 2021
1 parent 24e30d1 commit 37a1d25
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@
"start:frontend:dev": "parcel serve -p 3000 src/frontend/index.html",
"start:dev": "concurrently -k -p \"[{name}]\" -n \"BACKEND,FRONTEND,WATCH\" -c \"bgBlue.bold,bgMagenta.bold,bgGreen.bold\" \"npm run start:backend:dev\" \"npm run start:frontend:dev\" \"npm run watch:backend:dev\""
},
"backend": "dist/backend/index.js",
"frontend": "dist/frontend/index.html",
"migrations-script": "dist/scripts/dbMigrations.js",
"seeds-script": "dist/scripts/dbSeeds.js",
"init-script": "dist/scripts/dbInit.js",
"spec-script": "dist/scripts/genSpec.js",
"targets": {
"backend": {
"context": "node",
Expand Down

0 comments on commit 37a1d25

Please sign in to comment.