Skip to content

Commit

Permalink
yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
jgentes committed Dec 13, 2023
1 parent 71b4c45 commit a9757b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "remix dev --manual -c \"yarn start\"",
"start": "wrangler pages dev --compatibility-date=2023-06-21 ./public",
"lint": "biome check . --apply",
"ci": "playwright test"
"ci": "yarn install && playwright test"
},
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down

0 comments on commit a9757b9

Please sign in to comment.