mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-09 21:24:44 +00:00
Merge pull request #109 from cse110-fa22-group29/fix-sprint3-merge
workaround for jsdoc global scope requirement
This commit is contained in:
commit
b15c31722f
2
.github/workflows/deploy-githubpages.yml
vendored
2
.github/workflows/deploy-githubpages.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: sudo npm install
|
||||
run: sudo npm install -g jsdoc
|
||||
- name: Run js-doc
|
||||
run: sudo npm run js-doc
|
||||
- name: Setup Pages
|
||||
|
@ -18,7 +18,6 @@
|
||||
"eslint": "^8.27.0",
|
||||
"htmlhint": "1.1.4",
|
||||
"http-server": "",
|
||||
"js-doc": "^0.5.0",
|
||||
"mocha": "10",
|
||||
"mock-local-storage": "^1.1.23",
|
||||
"prettier": "2.8.0",
|
||||
|
Loading…
Reference in New Issue
Block a user