3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Update TS. Add db-migrate npm script.

This commit is contained in:
Dragory 2018-07-12 02:49:15 +03:00
parent b23a358631
commit 62dfc80a0e

View file

@ -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",