Skip to content

Commit

Permalink
Update build command and add new dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
UretzkyZvi committed Dec 30, 2023
1 parent a9e4d62 commit ddcc8e0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: ${{ env.manager }} ${{ env.command }}

- name: Build project
run: ${{ env.runner }} build
run: CI=false ${{ env.runner }} build

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down
26 changes: 23 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@faker-js/faker": "^8.3.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@faker-js/faker": "^8.3.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/d3": "^7.4.3",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.202",
"@types/prismjs": "^1.26.3",
"@types/react-custom-scroll": "^5.0.3",
Expand Down

0 comments on commit ddcc8e0

Please sign in to comment.