Merge pull request #109 from cse110-fa22-group29/fix-sprint3-merge

workaround for jsdoc global scope requirement
This commit is contained in:
Arthur Lu 2022-12-03 13:03:23 -08:00 committed by GitHub
commit b15c31722f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies
run: sudo npm install run: sudo npm install -g jsdoc
- name: Run js-doc - name: Run js-doc
run: sudo npm run js-doc run: sudo npm run js-doc
- name: Setup Pages - name: Setup Pages

View File

@ -18,7 +18,6 @@
"eslint": "^8.27.0", "eslint": "^8.27.0",
"htmlhint": "1.1.4", "htmlhint": "1.1.4",
"http-server": "", "http-server": "",
"js-doc": "^0.5.0",
"mocha": "10", "mocha": "10",
"mock-local-storage": "^1.1.23", "mock-local-storage": "^1.1.23",
"prettier": "2.8.0", "prettier": "2.8.0",