From 91520423ee1237c197c96b41dea4e97de4cd7a46 Mon Sep 17 00:00:00 2001 From: Emanuel Martinez Date: Sun, 12 Dec 2021 13:52:07 +0100 Subject: [PATCH 1/2] init documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6d704a9..623fe18d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # account-managenment-api -Account Managment API +Account Managment API Documentation From 01e4c7b32027aef21dee93168e0f4406ee76a13a Mon Sep 17 00:00:00 2001 From: Manu Martinez Date: Sun, 12 Dec 2021 14:10:52 +0100 Subject: [PATCH 2/2] Update npm-grunt.yml --- .github/workflows/npm-grunt.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/npm-grunt.yml b/.github/workflows/npm-grunt.yml index 9e968da9..87fde0bf 100644 --- a/.github/workflows/npm-grunt.yml +++ b/.github/workflows/npm-grunt.yml @@ -19,7 +19,5 @@ jobs: run: npm install - name: Clean the project cache run: npm run clean - - name: Fix the project - run: npm run fix - name: Compile the project run: npm run compile