Skip to content

Commit

Permalink
ci: downgrade yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sznowicki committed Dec 9, 2023
1 parent af0815c commit a00730d
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 @@ -8,7 +8,7 @@
"scripts": {
"dev": "wrangler pages dev dist",
"make:hash": "node ./scripts/make-hash.js",
"build": "yarn make:hash && yarn workspaces focus --production",
"build": "yarn make:hash && yarn install --production",
"lint": "eslint ."
},
"devDependencies": {
Expand Down

0 comments on commit a00730d

Please sign in to comment.