mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
server: adapt to new tsc output
This commit is contained in:
parent
2a9d7476c8
commit
362a266518
@ -3,10 +3,10 @@
|
|||||||
"description": "Ocean Protocol marketplace backend.",
|
"description": "Ocean Protocol marketplace backend.",
|
||||||
"version": "0.6.2",
|
"version": "0.6.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "dist/server.js",
|
"main": "dist/src/server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "nodemon --exec ts-node src/server.ts",
|
"start": "nodemon --exec ts-node src/server.ts",
|
||||||
"serve": "node dist/server.js",
|
"serve": "node dist/src/server.js",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "jest --coverage",
|
"test": "jest --coverage",
|
||||||
"test:watch": "jest --coverage --watch",
|
"test:watch": "jest --coverage --watch",
|
||||||
|
Loading…
Reference in New Issue
Block a user