From 62a9b2e191b65a38d2b56a5ce98cbedf4f2d6e0c Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Thu, 26 Dec 2019 12:55:09 -0500 Subject: [PATCH] Added jsdoc --- .github/workflows/grunt.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/grunt.yml b/.github/workflows/grunt.yml index a3012467..255f7d00 100644 --- a/.github/workflows/grunt.yml +++ b/.github/workflows/grunt.yml @@ -20,8 +20,8 @@ jobs: run: | npm install --save-dev - #- name: Generate documentation - # run: npm run doc + - name: Generate documentation + run: npm run doc - - name: Grunt test - run: grunt test + - name: Run Grunt test + run: npm run test