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

Package => Change version

parent 4a4bd3d1
Branches
Tags
No related merge requests found
{ {
"name" : "dojo_exercice_checker", "name" : "dojo_exercice_checker",
"version" : "1.0.0", "version" : "0.0.1",
"main" : "dist/app.js", "main" : "dist/app.js",
"bin" : { "bin" : {
"dirmanager": "./dist/app.js" "dirmanager": "./dist/app.js"
......
...@@ -4,11 +4,16 @@ const path = require('node:path'); ...@@ -4,11 +4,16 @@ const path = require('node:path');
require('dotenv').config({ path: path.join(__dirname, '../.env') }); require('dotenv').config({ path: path.join(__dirname, '../.env') });
require('./shared/helpers/TypeScriptExtensions'); // ATTENTION : This line MUST be the second of this file require('./shared/helpers/TypeScriptExtensions'); // ATTENTION : This line MUST be the second of this file
import chalk from 'chalk';
import HttpManager from './managers/HttpManager'; import HttpManager from './managers/HttpManager';
HttpManager.registerAxiosInterceptor(); HttpManager.registerAxiosInterceptor();
console.log(chalk.blue('Dojo Exercice Checker'));
// Step 1: Read the dojo enonce file from the enonce repository // Step 1: Read the dojo enonce file from the enonce repository
// Step 2: Download immutables files (maybe throw or show an error if the files have been modified ?) - Can be merged with step 1 // Step 2: Download immutables files (maybe throw or show an error if the files have been modified ?) - Can be merged with step 1
// Step 3: Run docker-compose file // Step 3: Run docker-compose file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment