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

Fix display of node warning messages

parent 736866a2
Branches
Tags
No related merge requests found
Pipeline #32380 passed
{
"name": "dojo_assignment_checker",
"version": "4.1.0",
"version": "4.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dojo_assignment_checker",
"version": "4.1.0",
"version": "4.1.1",
"license": "AGPLv3",
"dependencies": {
"@dotenvx/dotenvx": "^0.44.1",
......
{
"name" : "dojo_assignment_checker",
"description" : "App that check an assignment of the Dojo project",
"version" : "4.1.0",
"version" : "4.1.1",
"license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>",
"type" : "module",
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment