Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmazanec committed Mar 30, 2024
1 parent db4923b commit 281d4c9
Show file tree
Hide file tree
Showing 7 changed files with 371 additions and 908 deletions.
Binary file modified .carson/workspace.snapshot
Binary file not shown.
5 changes: 5 additions & 0 deletions .changeset/lazy-pianos-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'somewhere': minor
---

Create app skeleton.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ jobs:
contents: read
id-token: write
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
Expand Down
Binary file modified apps/somewhere/.carson/project.snapshot
Binary file not shown.
6 changes: 4 additions & 2 deletions apps/somewhere/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"format": "prettier . --write --ignore-unknown",
"lint": "eslint .",
"start": "cross-env NODE_ENV=production PORT=5000 remix-serve ./build/server/index.js",
"test": "del-cli coverage && vitest run --coverage",
"test": "del-cli coverage && vitest run --coverage --passWithNoTests",
"typecheck": "tsc --project tsconfig.typecheck.json"
},
"dependencies": {
Expand All @@ -28,14 +28,16 @@
"@remix-run/serve": "^2.0.0",
"cross-env": "^7.0.0",
"isbot": "^4.0.0",
"lodash": "^4.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@jakubmazanec/eslint-config": "^3.0.0",
"@remix-run/dev": "^2.0.0",
"@testing-library/jest-dom": "^5.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@types/lodash": "^4.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand Down
Loading

0 comments on commit 281d4c9

Please sign in to comment.