Skip to content
Snippets Groups Projects
Commit bcaf21c7 authored by michael.minelli's avatar michael.minelli
Browse files

Fix display of node warning messages

parent 6b05b198
No related branches found
No related tags found
No related merge requests found
Pipeline #32381 passed
......@@ -18,7 +18,13 @@
-->
## 4.1.0 (Upcoming)
## 4.1.1 (2024-05-28)
### 🐛 Bugfix
- Remove node warning messages
## 4.1.0 (2024-05-28)
- No modifications / Keep major and minors versions in sync with all parts of the project
......
......@@ -22,7 +22,7 @@ RUN npm install
RUN npm run build
# Transform app to binary
RUN npx pkg . -t node18 --output ${BUILD_WORKDIR}/bin/app --public-packages "*" --public
RUN npx pkg . -t node18 --output ${BUILD_WORKDIR}/bin/app --public-packages "*" --public --options no-warnings
......
{
"name": "dojo_exercise_checker",
"version": "4.1.0",
"version": "4.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dojo_exercise_checker",
"version": "4.1.0",
"version": "4.1.1",
"license": "AGPLv3",
"dependencies": {
"@dotenvx/dotenvx": "^0.44.1",
......
{
"name" : "dojo_exercise_checker",
"description" : "App that check an exercise of the Dojo project",
"version" : "4.1.0",
"version" : "4.1.1",
"license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>",
"type" : "module",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment