Skip to content

Commit

Permalink
Merge pull request #844 from BIDMCDigitalPsychiatry/build-bug-fix
Browse files Browse the repository at this point in the history
Trying fixes
  • Loading branch information
sarithapillai8 authored Nov 4, 2024
2 parents 74c1f33 + d89c140 commit 40b0120
Show file tree
Hide file tree
Showing 19 changed files with 16,999 additions and 430 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

185 changes: 0 additions & 185 deletions .github/ISSUE_TEMPLATE/quality-assurance.md

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '20.x'
- name: Install & Build
run: |
npm install --legacy-peer-deps
npm install
npm run build
gh-release:
if: github.event_name == 'push'
Expand All @@ -28,10 +28,10 @@ jobs:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '20.x'
- name: Install & Build
run: |
npm install --legacy-peer-deps
npm install
npm run build
- uses: JamesIves/[email protected]
with:
Expand Down
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# Dependencies
/node_modules
package-lock.json

# Production
/build

# Generated files
.docusaurus
.ipynb_checkpoints
.cache-loader
openapi.json
sidebar.json
# docusaurus.config.js

# Misc
.DS_Store
Expand All @@ -20,7 +15,6 @@ sidebar.json
.env.test.local
.env.production.local

# Log Files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

62 changes: 0 additions & 62 deletions LICENSE.md

This file was deleted.

Loading

0 comments on commit 40b0120

Please sign in to comment.