mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
Update TS. Add db-migrate npm script.
This commit is contained in:
parent
b23a358631
commit
62dfc80a0e
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
"precommit": "lint-staged",
|
||||
"postcommit": "git update-index --again",
|
||||
"format": "prettier --write \"./**/*.ts\"",
|
||||
"db-migrate": "knex migrate:latest",
|
||||
"db-rollback": "knex migrate:rollback"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
@ -35,7 +36,7 @@
|
|||
"mariasql": "^0.2.6",
|
||||
"moment-timezone": "^0.5.21",
|
||||
"ts-node": "^3.3.0",
|
||||
"typescript": "^2.6.1"
|
||||
"typescript": "^2.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^1.17.5",
|
||||
|
|
Loading…
Add table
Reference in a new issue