Skip to content

Commit

Permalink
yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Dec 17, 2024
1 parent a1d79a6 commit 763a383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vymalo-printful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"prod:build": "rm -rf {dist,tsconfig.tsbuildinfo} && tsc --build",
"gen:printful": "cross-env rimraf src/core/generated/printful && openapi-ts",
"build": "yarn gen:printful && yarn prod:build"
"build": "npm run gen:printful && npm run prod:build"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 763a383

Please sign in to comment.