Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
server: adapt to new tsc output
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jul 9, 2019
1 parent 2a9d747 commit 362a266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Expand Up @@ -3,10 +3,10 @@
"description": "Ocean Protocol marketplace backend.",
"version": "0.6.2",
"license": "Apache-2.0",
"main": "dist/server.js",
"main": "dist/src/server.js",
"scripts": {
"start": "nodemon --exec ts-node src/server.ts",
"serve": "node dist/server.js",
"serve": "node dist/src/server.js",
"build": "tsc",
"test": "jest --coverage",
"test:watch": "jest --coverage --watch",
Expand Down

0 comments on commit 362a266

Please sign in to comment.