Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
feat: register migration script as bin
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangoacher authored and Thomas Heymann committed Mar 26, 2020
1 parent bfd99c0 commit 4f9ac36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"test": "lerna run test",
"clean": "lerna clean"
},
"bin": {
"migrate": "./packages/trail-core/database/migrate.js"
},
"devDependencies": {
"@hapi/lab": "^22.0.3",
"code": "^5.2.0",
Expand Down
Empty file modified packages/trail-core/database/migrate.js
100644 → 100755
Empty file.

0 comments on commit 4f9ac36

Please sign in to comment.