Skip to content

Commit

Permalink
build: remove superfluous 'yarn'
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Apr 22, 2024
1 parent 653d31c commit 3f64e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cosmic-proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"!CHANGELOG.md"
],
"scripts": {
"build": "yarn tsc --project tsconfig.build.json",
"build": "tsc --project tsconfig.build.json",
"clean": "rimraf dist",
"codegen": "yarn protos-update && node scripts/codegen.cjs",
"prepare": "npm run build",
Expand Down

0 comments on commit 3f64e43

Please sign in to comment.