npm run dev:metamigo now builds+watches all metamigo things!!
This commit is contained in:
parent
bdad5f551c
commit
754131fbe1
25 changed files with 195 additions and 103 deletions
|
|
@ -35,8 +35,6 @@
|
|||
"scripts": {
|
||||
"migrate": "NODE_ENV=development node --unhandled-rejections=strict build/main/index.js db -- migrate",
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"dev": "NODE_ENV=development node --unhandled-rejections=strict build/main/index.js api",
|
||||
"cli": "NODE_ENV=development node --unhandled-rejections=strict build/main/index.js",
|
||||
"fix:lint": "eslint src --ext .ts --fix",
|
||||
"fmt": "prettier \"src/**/*.ts\" --write",
|
||||
"lint": "eslint src --ext .ts && prettier \"src/**/*.ts\" --list-different",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue