Resolve #4925
This commit is contained in:
parent
678d610cd6
commit
e5409db0e8
4 changed files with 23 additions and 22 deletions
|
@ -12,6 +12,8 @@
|
|||
"scripts": {
|
||||
"start": "node ./index.js",
|
||||
"init": "node ./built/init.js",
|
||||
"ormconfig": "node ./built/ormconfig.js",
|
||||
"migrate": "npm run ormconfig && ts-node ./node_modules/typeorm/cli.js migration:run",
|
||||
"build": "webpack && gulp build",
|
||||
"webpack": "webpack",
|
||||
"watch": "webpack --watch",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue