-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
26003 publish builder #72
Conversation
b7e212e
to
eb5e8d4
Compare
42d07ec
to
23c7304
Compare
} | ||
}, | ||
"env": { | ||
"targets": "node 18", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
core-server/package.json
Outdated
"start": "node dist/index.js", | ||
"dev": "nodemon --exec ts-node src/index.ts" | ||
"dev": "nodemon --exec ts-node src/index.ts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing nodemon inside devDepedencies
} | ||
}, | ||
"env": { | ||
"targets": "node 18", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
23c7304
to
761885d
Compare
761885d
to
44f5686
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checks are fails
No description provided.