Skip to content

Commit

Permalink
Solve issues in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Mar 13, 2024
1 parent f1c1c48 commit 8e594c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
"name": "@metacall/faas",
"version": "0.1.0",
"description": "Reimplementation of MetaCall FaaS platform written in TypeScript.",
"main": "dist/index.js",
"main": "dist/server.js",
"scripts": {
"test": "npm run --silent build && mocha dist/test",
"unit": "npm run --silent test -- --ignore **/integration**",
"prepublishOnly": "npm run --silent build",
"build": "npm run --silent lint && tsc",
"lint": "eslint . --max-warnings=0 --ignore-pattern dist",
"postinstall": "npm run fix && npm run build",
"fix": "eslint . --max-warnings=0 --ignore-pattern dist --fix",
"start": "npm run build && metacall dist/server.js"
},
Expand Down

0 comments on commit 8e594c6

Please sign in to comment.