Skip to content

Commit

Permalink
fix: remove --parallel from build command, it fails the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jan 7, 2024
1 parent 6b34765 commit a551101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"prepublishOnly": "yarn build",
"lint": "eslint \"./packages/**/*.ts*\"",
"build": "lerna run build --parallel",
"build": "lerna run build",
"start:dev:docker": "docker-compose up -d",
"start:dev:ui": "lerna run --stream --scope @bull-board/ui start",
"start:dev:server": "ts-node-dev --rs example.ts",
Expand Down

0 comments on commit a551101

Please sign in to comment.