Skip to content

Commit

Permalink
Remove parallel building to ensure vanilla finishes first for types a…
Browse files Browse the repository at this point in the history
…vailability
  • Loading branch information
bmuller committed Mar 7, 2024
1 parent a076a2f commit a475213
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 @@ -4,7 +4,7 @@
"version": "2.0.0",
"description": "ParallelMarkets.com JavaScript SDK loading utility",
"scripts": {
"build": "pnpm --parallel --filter '@parallelmarkets/*' build",
"build": "pnpm --filter '@parallelmarkets/*' build",
"lint": "eslint examples/*/src packages/*/src && prettier -l packages/*/src examples/*/src",
"test": "jest"
},
Expand Down

0 comments on commit a475213

Please sign in to comment.