Skip to content

Commit

Permalink
Add populate script for migrating existing records
Browse files Browse the repository at this point in the history
  • Loading branch information
pstrassmann committed Sep 29, 2020
1 parent 34a6571 commit a864600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node server.js",
"server": "nodemon server.js",
"msandbox": "node scripts/mongooseSandbox.js",
"process": "node scripts/populateDataFromTapMaster.js",
"populate": "node scripts/masterPopulate.js",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
Expand Down

0 comments on commit a864600

Please sign in to comment.