Skip to content

Commit 4cc34e9

Browse files
committed
fix: 🐛 package.json start command bug fix
1 parent 4949dba commit 4cc34e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "fastify-typescript-generator",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "Generate new Fastify applications similar to express-generate which but sets it up to use TypeScript instead",
55
"preferGlobal": true,
66
"scripts": {
7-
"fastify-generator-typescript": "node cli.js",
8-
"start": "node cli.js",
7+
"fastify-generator-typescript": "node lib/cli.js",
8+
"start": "node lib/cli.js",
99
"test": "echo \"Error: no test specified\" && exit 1",
1010
"commit-a": "git add . && git cz",
1111
"commit": "git cz",

0 commit comments

Comments
 (0)