Fix issue with tracking changes to rest api code in dev mode
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
"index.ts",
|
||||
"src"
|
||||
],
|
||||
"exec": "npm start",
|
||||
"exec": "npm run build && npm start",
|
||||
"ext": "ts"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user