diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 54cdc5b..b8da612 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,24 +17,24 @@ jobs: uses: actions/checkout@v4 with: token: ${{ secrets.PA_TOKEN }} - + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - + - name: Install Dependencies run: yarn install - + - name: Build run: yarn build --if-present - + - name: Linting run: yarn lint - + - name: Test run: yarn test:cov - + - name: 📂 Sync files (Deploy) uses: SamKirkland/FTP-Deploy-Action@v4.3.5 with: @@ -43,7 +43,7 @@ jobs: password: ${{ secrets.AMITRAIKWAR_FTP_PASSWORD }} local-dir: ./build/ server-dir: ./ - + - name: conventional changelog action id: changelog # https://github.com/TriPSs/conventional-changelog-action @@ -52,7 +52,7 @@ jobs: github-token: '${{ secrets.PA_TOKEN }}' git-user-name: 'AR portfolio bot' output-file: false - + - name: create release # https://github.com/actions/create-release uses: softprops/action-gh-release@v1 diff --git a/jest.js b/jest.js index b60c3b6..50b7264 100644 --- a/jest.js +++ b/jest.js @@ -46,3 +46,5 @@ jest.mock('ogl', () => ({ Triangle: jest.fn(), Mesh: jest.fn(), })); + + diff --git a/package.json b/package.json index 46dc5d8..cfdc09c 100644 --- a/package.json +++ b/package.json @@ -24,15 +24,12 @@ "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@chakra-ui/react": "^2.8.2", - "@dimforge/rapier3d-compat": "^0.19.3", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@fontsource/space-mono": "^5.1.2", "@mdxeditor/editor": "^3.21.1", - "@react-three/drei": "^9.121.2", "@react-three/fiber": "^8.17.12", "@react-three/postprocessing": "^2.16.6", - "@react-three/rapier": "^2.2.0", "@tailwindcss/typography": "^0.5.16", "@tanstack/react-query": "^5.66.0", "@tanstack/react-query-devtools": "^5.66.0", @@ -56,7 +53,6 @@ "immer": "^10.0.4", "lodash": "^4.17.21", "matter-js": "^0.20.0", - "meshline": "^3.3.1", "ogl": "^1.0.11", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/public/index.html b/public/index.html index 0dc31d0..3335c12 100644 --- a/public/index.html +++ b/public/index.html @@ -14,6 +14,194 @@
+ + +