Skip to content

Commit

Permalink
fix: remove unused npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
sapachev committed Nov 1, 2023
1 parent 39d1e15 commit 6efd9dc
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 @@ -14,8 +14,7 @@
"check": "npm run build && npm run lint && npm run coverage:lcov",
"coverage:html": "nyc --reporter=html npm run test",
"coverage:lcov": "nyc --reporter=lcov npm run test",
"dev": "npx ts-node dev/server.ts",
"live-dev": "npx ts-node live-dev.ts"
"dev": "npx ts-node dev/server.ts"
},
"author": "Pavel Sapachev",
"repository": "https://github.com/sapachev/error-pages",
Expand Down

0 comments on commit 6efd9dc

Please sign in to comment.