Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing content-visibility: auto #1543

Merged
merged 4 commits into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
server WIP
  • Loading branch information
wesbos committed Feb 23, 2023
commit 6fc2c74f25eb1a4d2f371b4bda0583c2f54fe3dd
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"country-emoji": "^1.5.6",
"isbot": "^3.6.6",
"joi": "^17.8.1",
"netlify-cli": "^13.0.0",
"normalize.css": "^8.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand All @@ -42,9 +43,8 @@
"typescript": "^4.9.5"
},
"scripts": {
"build": "remix build",
"dev": "NODE_ENV=development remix dev",
"start": "remix start"
"build": "netlify build",
"dev": "NODE_ENV=development remix dev"
},
"devDependencies": {
"@types/styled-components": "^5.1.26",
Expand Down
Loading